Html Css Color HEX #FDCE45 Kournikova

📋 copy color: '#FDCE45'

red 253 ◦ green 206 ◦ blue 69

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

Shades of Kournikova #FDCE45

Tints of Kournikova #FDCE45

RGB

 RED value IS 253 (99.22% from 255) = 47.92%

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

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

R = 47.92%
G = 39.02%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDCE45 (or 0xFDCE45) is known color: Kournikova. HEX triplet: FD, CE and 45. RGB value is (253,206,69). Sum of RGB (Red+Green+Blue) = 253+206+69=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE45 is #0231BA. Grayscale: #CDCDCD. Windows color (decimal): -143803 or 4574973. OLE color: 4574973.

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

Color convert

RGB 253 206 69 -
CMYK 0 0.19 0.73 0.01
HSL 44.67º 0.98% 0.63% -
HSV(B) 44.67º 0.73% 0.99% -
XYZ 63.65 65.45 14.91 -
YUV 204.44 51.57 162.64 -
System Red Green Blue C M Y K H S L
Decimal 253 206 69 0 0.19 0.73 0.01 44.67 0.98 0.63
Hex FD CE 45 0 13 49 1 2D 62 3F
Octal 375 316 105 0 23 111 1 55 142 77
Binary 11111101 11001110 1000101 0 10011 1001001 1 101101 1100010 111111

Color Harmonies of #FDCE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE45

Black with #FDCE45

Text Example


Text Example

White with #FDCE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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