Html Css Color HEX #FFCC4F Kournikova

📋 copy color: '#FFCC4F'

red 255 ◦ green 204 ◦ blue 79

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

Shades of Kournikova #FFCC4F

Tints of Kournikova #FFCC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.68%

R = 47.4%
G = 37.92%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFCC4F (or 0xFFCC4F) is known color: Kournikova. HEX triplet: FF, CC and 4F. RGB value is (255,204,79). Sum of RGB (Red+Green+Blue) = 255+204+79=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC4F is #0033B0. Grayscale: #CDCDCD. Windows color (decimal): -13233 or 5229823. OLE color: 5229823.

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

Color convert

RGB 255 204 79 -
CMYK 0 0.2 0.69 0
HSL 42.61º 1% 0.65% -
HSV(B) 42.61º 0.69% 1% -
XYZ 64.24 65.01 16.56 -
YUV 205 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 255 204 79 0 0.2 0.69 0 42.61 1 0.65
Hex FF CC 4F 0 14 45 0 2B 64 41
Octal 377 314 117 0 24 105 0 53 144 101
Binary 11111111 11001100 1001111 0 10100 1000101 0 101011 1100100 1000001

Color Harmonies of #FFCC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC4F

Black with #FFCC4F

Text Example


Text Example

White with #FFCC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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