Html Css Color HEX #FFCF4C Kournikova

📋 copy color: '#FFCF4C'

red 255 ◦ green 207 ◦ blue 76

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

Shades of Kournikova #FFCF4C

Tints of Kournikova #FFCF4C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.48%

 BLUE value IS 76 (30.08% from 255) = 14.13%

R = 47.4%
G = 38.48%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFCF4C (or 0xFFCF4C) is known color: Kournikova. HEX triplet: FF, CF and 4C. RGB value is (255,207,76). Sum of RGB (Red+Green+Blue) = 255+207+76=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF4C is #0030B3. Grayscale: #CECECE. Windows color (decimal): -12468 or 5033983. OLE color: 5033983.

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

Color convert

RGB 255 207 76 -
CMYK 0 0.19 0.70 0
HSL 43.91º 1% 0.65% -
HSV(B) 43.91º 0.7% 1% -
XYZ 64.86 66.41 16.24 -
YUV 206.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 255 207 76 0 0.19 0.70 0 43.91 1 0.65
Hex FF CF 4C 0 13 46 0 2C 64 41
Octal 377 317 114 0 23 106 0 54 144 101
Binary 11111111 11001111 1001100 0 10011 1000110 0 101100 1100100 1000001

Color Harmonies of #FFCF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF4C

Black with #FFCF4C

Text Example


Text Example

White with #FFCF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF4C; }

 p { color: rgb(255,207,76); }

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

background-color css

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

 a { background-color: rgb(255,207,76); }

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

border-color css

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

 span { border-color: rgb(255,207,76); }

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