Html Css Color HEX #FFCF5B Kournikova

📋 copy color: '#FFCF5B'

red 255 ◦ green 207 ◦ blue 91

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

Shades of Kournikova #FFCF5B

Tints of Kournikova #FFCF5B

RGB

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

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

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

R = 46.11%
G = 37.43%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFCF5B (or 0xFFCF5B) is known color: Kournikova. HEX triplet: FF, CF and 5B. RGB value is (255,207,91). Sum of RGB (Red+Green+Blue) = 255+207+91=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF5B is #0030A4. Grayscale: #D0D0D0. Windows color (decimal): -12453 or 6017023. OLE color: 6017023.

HSL color Cylindrical-coordinate representation of color #FFCF5B: hue angle of 42.44º 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 #FFCF5B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 91 -
CMYK 0 0.19 0.64 0
HSL 42.44º 1% 0.68% -
HSV(B) 42.44º 0.64% 1% -
XYZ 65.44 66.64 19.31 -
YUV 208.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 255 207 91 0 0.19 0.64 0 42.44 1 0.68
Hex FF CF 5B 0 13 40 0 2A 64 44
Octal 377 317 133 0 23 100 0 52 144 104
Binary 11111111 11001111 1011011 0 10011 1000000 0 101010 1100100 1000100

Color Harmonies of #FFCF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF5B

Black with #FFCF5B

Text Example


Text Example

White with #FFCF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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