Html Css Color HEX #FFCC5B Kournikova

📋 copy color: '#FFCC5B'

red 255 ◦ green 204 ◦ blue 91

#FFCC5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #FFCC5B

Tints of Kournikova #FFCC5B

RGB

 RED value IS 255 (100% from 255) = 46.36%

 GREEN value IS 204 (80.08% from 255) = 37.09%

 BLUE value IS 91 (35.94% from 255) = 16.55%

R = 46.36%
G = 37.09%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.64

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFCC5B (or 0xFFCC5B) is known color: Kournikova. HEX triplet: FF, CC and 5B. RGB value is (255,204,91). Sum of RGB (Red+Green+Blue) = 255+204+91=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 91 (35.94% from 255 or 16.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC5B is #0033A4. Grayscale: #CECECE. Windows color (decimal): -13221 or 6016255. OLE color: 6016255.

HSL color Cylindrical-coordinate representation of color #FFCC5B: hue angle of 41.34º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCC5B is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 91 -
CMYK 0 0.2 0.64 0
HSL 41.34º 1% 0.68% -
HSV(B) 41.34º 0.64% 1% -
XYZ 64.72 65.2 19.07 -
YUV 206.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 255 204 91 0 0.2 0.64 0 41.34 1 0.68
Hex FF CC 5B 0 14 40 0 29 64 44
Octal 377 314 133 0 24 100 0 51 144 104
Binary 11111111 11001100 1011011 0 10100 1000000 0 101001 1100100 1000100

Color Harmonies of #FFCC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC5B

Black with #FFCC5B

Text Example


Text Example

White with #FFCC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC5B; }

 p { color: rgb(255,204,91); }

 H1.HeaderClassName
 {
   color: #FFCC5B;
 }
 .AnyTagClassName
 {
   color: #FFCC5B;
 }
</style>

background-color css

<style>
 a { background-color: #FFCC5B; }

 a { background-color: rgb(255,204,91); }

 div.DivClassName
 {
   background-color: #FFCC5B;
 }
 .BgClassName
 {
   background-color: #FFCC5B;
 }
</style>

border-color css

<style>
 span { border-color: #FFCC5B; }

 span { border-color: rgb(255,204,91); }

 td.TdClassName
 {
   border-color: #FFCC5B;
 }
 .TagClassName
 {
   border-color: #FFCC5B;
 }
</style>