Html Css Color HEX #FFCE4F Kournikova

📋 copy color: '#FFCE4F'

red 255 ◦ green 206 ◦ blue 79

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

Shades of Kournikova #FFCE4F

Tints of Kournikova #FFCE4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.63%

R = 47.22%
G = 38.15%
B = 14.63%

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

#FFCE4F (or 0xFFCE4F) is known color: Kournikova. HEX triplet: FF, CE and 4F. RGB value is (255,206,79). Sum of RGB (Red+Green+Blue) = 255+206+79=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE4F is #0031B0. Grayscale: #CECECE. Windows color (decimal): -12721 or 5230335. OLE color: 5230335.

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

Color convert

RGB 255 206 79 -
CMYK 0 0.19 0.69 0
HSL 43.3º 1% 0.65% -
HSV(B) 43.3º 0.69% 1% -
XYZ 64.72 65.97 16.72 -
YUV 206.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 255 206 79 0 0.19 0.69 0 43.3 1 0.65
Hex FF CE 4F 0 13 45 0 2B 64 41
Octal 377 316 117 0 23 105 0 53 144 101
Binary 11111111 11001110 1001111 0 10011 1000101 0 101011 1100100 1000001

Color Harmonies of #FFCE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE4F

Black with #FFCE4F

Text Example


Text Example

White with #FFCE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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