Html Css Color HEX #FFCF5A Kournikova

📋 copy color: '#FFCF5A'

red 255 ◦ green 207 ◦ blue 90

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

Shades of Kournikova #FFCF5A

Tints of Kournikova #FFCF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.3%

R = 46.2%
G = 37.5%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFCF5A (or 0xFFCF5A) is known color: Kournikova. HEX triplet: FF, CF and 5A. RGB value is (255,207,90). Sum of RGB (Red+Green+Blue) = 255+207+90=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF5A is #0030A5. Grayscale: #D0D0D0. Windows color (decimal): -12454 or 5951487. OLE color: 5951487.

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

Color convert

RGB 255 207 90 -
CMYK 0 0.19 0.65 0
HSL 42.55º 1% 0.68% -
HSV(B) 42.55º 0.65% 1% -
XYZ 65.4 66.62 19.09 -
YUV 208.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 255 207 90 0 0.19 0.65 0 42.55 1 0.68
Hex FF CF 5A 0 13 41 0 2B 64 44
Octal 377 317 132 0 23 101 0 53 144 104
Binary 11111111 11001111 1011010 0 10011 1000001 0 101011 1100100 1000100

Color Harmonies of #FFCF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF5A

Black with #FFCF5A

Text Example


Text Example

White with #FFCF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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