Html Css Color HEX #FFCE5B Kournikova

📋 copy color: '#FFCE5B'

red 255 ◦ green 206 ◦ blue 91

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

Shades of Kournikova #FFCE5B

Tints of Kournikova #FFCE5B

RGB

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

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

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

R = 46.2%
G = 37.32%
B = 16.49%

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

#FFCE5B (or 0xFFCE5B) is known color: Kournikova. HEX triplet: FF, CE and 5B. RGB value is (255,206,91). Sum of RGB (Red+Green+Blue) = 255+206+91=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE5B is #0031A4. Grayscale: #D0D0D0. Windows color (decimal): -12709 or 6016767. OLE color: 6016767.

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

Color convert

RGB 255 206 91 -
CMYK 0 0.19 0.64 0
HSL 42.07º 1% 0.68% -
HSV(B) 42.07º 0.64% 1% -
XYZ 65.2 66.16 19.23 -
YUV 207.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 255 206 91 0 0.19 0.64 0 42.07 1 0.68
Hex FF CE 5B 0 13 40 0 2A 64 44
Octal 377 316 133 0 23 100 0 52 144 104
Binary 11111111 11001110 1011011 0 10011 1000000 0 101010 1100100 1000100

Color Harmonies of #FFCE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE5B

Black with #FFCE5B

Text Example


Text Example

White with #FFCE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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