Html Css Color HEX #FFCE5A Kournikova

📋 copy color: '#FFCE5A'

red 255 ◦ green 206 ◦ blue 90

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

Shades of Kournikova #FFCE5A

Tints of Kournikova #FFCE5A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

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

R = 46.28%
G = 37.39%
B = 16.33%

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

#FFCE5A (or 0xFFCE5A) is known color: Kournikova. HEX triplet: FF, CE and 5A. RGB value is (255,206,90). Sum of RGB (Red+Green+Blue) = 255+206+90=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE5A is #0031A5. Grayscale: #CFCFCF. Windows color (decimal): -12710 or 5951231. OLE color: 5951231.

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

Color convert

RGB 255 206 90 -
CMYK 0 0.19 0.65 0
HSL 42.18º 1% 0.68% -
HSV(B) 42.18º 0.65% 1% -
XYZ 65.16 66.14 19.01 -
YUV 207.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 255 206 90 0 0.19 0.65 0 42.18 1 0.68
Hex FF CE 5A 0 13 41 0 2A 64 44
Octal 377 316 132 0 23 101 0 52 144 104
Binary 11111111 11001110 1011010 0 10011 1000001 0 101010 1100100 1000100

Color Harmonies of #FFCE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE5A

Black with #FFCE5A

Text Example


Text Example

White with #FFCE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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