Html Css Color HEX #FFCE50 Kournikova

📋 copy color: '#FFCE50'

red 255 ◦ green 206 ◦ blue 80

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

Shades of Kournikova #FFCE50

Tints of Kournikova #FFCE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.79%

R = 47.13%
G = 38.08%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFCE50 (or 0xFFCE50) is known color: Kournikova. HEX triplet: FF, CE and 50. RGB value is (255,206,80). Sum of RGB (Red+Green+Blue) = 255+206+80=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE50 is #0031AF. Grayscale: #CECECE. Windows color (decimal): -12720 or 5295871. OLE color: 5295871.

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

Color convert

RGB 255 206 80 -
CMYK 0 0.19 0.69 0
HSL 43.2º 1% 0.66% -
HSV(B) 43.2º 0.69% 1% -
XYZ 64.76 65.98 16.91 -
YUV 206.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 255 206 80 0 0.19 0.69 0 43.2 1 0.66
Hex FF CE 50 0 13 45 0 2B 64 42
Octal 377 316 120 0 23 105 0 53 144 102
Binary 11111111 11001110 1010000 0 10011 1000101 0 101011 1100100 1000010

Color Harmonies of #FFCE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE50

Black with #FFCE50

Text Example


Text Example

White with #FFCE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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