Html Css Color HEX #FFCE56 Kournikova

📋 copy color: '#FFCE56'

red 255 ◦ green 206 ◦ blue 86

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

Shades of Kournikova #FFCE56

Tints of Kournikova #FFCE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.72%

R = 46.62%
G = 37.66%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFCE56 (or 0xFFCE56) is known color: Kournikova. HEX triplet: FF, CE and 56. RGB value is (255,206,86). Sum of RGB (Red+Green+Blue) = 255+206+86=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE56 is #0031A9. Grayscale: #CFCFCF. Windows color (decimal): -12714 or 5689087. OLE color: 5689087.

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

Color convert

RGB 255 206 86 -
CMYK 0 0.19 0.66 0
HSL 42.6º 1% 0.67% -
HSV(B) 42.6º 0.66% 1% -
XYZ 64.99 66.07 18.13 -
YUV 206.97 59.73 162.26 -
System Red Green Blue C M Y K H S L
Decimal 255 206 86 0 0.19 0.66 0 42.6 1 0.67
Hex FF CE 56 0 13 42 0 2B 64 43
Octal 377 316 126 0 23 102 0 53 144 103
Binary 11111111 11001110 1010110 0 10011 1000010 0 101011 1100100 1000011

Color Harmonies of #FFCE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE56

Black with #FFCE56

Text Example


Text Example

White with #FFCE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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