Html Css Color HEX #FFCE45 Kournikova

📋 copy color: '#FFCE45'

red 255 ◦ green 206 ◦ blue 69

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

Shades of Kournikova #FFCE45

Tints of Kournikova #FFCE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.02%

R = 48.11%
G = 38.87%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFCE45 (or 0xFFCE45) is known color: Kournikova. HEX triplet: FF, CE and 45. RGB value is (255,206,69). Sum of RGB (Red+Green+Blue) = 255+206+69=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE45 is #0031BA. Grayscale: #CDCDCD. Windows color (decimal): -12731 or 4574975. OLE color: 4574975.

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

Color convert

RGB 255 206 69 -
CMYK 0 0.19 0.73 0
HSL 44.19º 1% 0.64% -
HSV(B) 44.19º 0.73% 1% -
XYZ 64.39 65.83 14.94 -
YUV 205.03 51.23 163.64 -
System Red Green Blue C M Y K H S L
Decimal 255 206 69 0 0.19 0.73 0 44.19 1 0.64
Hex FF CE 45 0 13 49 0 2C 64 40
Octal 377 316 105 0 23 111 0 54 144 100
Binary 11111111 11001110 1000101 0 10011 1001001 0 101100 1100100 1000000

Color Harmonies of #FFCE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE45

Black with #FFCE45

Text Example


Text Example

White with #FFCE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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