Html Css Color HEX #FDCB55 Kournikova

📋 copy color: '#FDCB55'

red 253 ◦ green 203 ◦ blue 85

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

Shades of Kournikova #FDCB55

Tints of Kournikova #FDCB55

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.52%

 BLUE value IS 85 (33.59% from 255) = 15.71%

R = 46.77%
G = 37.52%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDCB55 (or 0xFDCB55) is known color: Kournikova. HEX triplet: FD, CB and 55. RGB value is (253,203,85). Sum of RGB (Red+Green+Blue) = 253+203+85=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB55 is #0234AA. Grayscale: #CDCDCD. Windows color (decimal): -144555 or 5622781. OLE color: 5622781.

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

Color convert

RGB 253 203 85 -
CMYK 0 0.20 0.66 0.01
HSL 42.14º 0.98% 0.66% -
HSV(B) 42.14º 0.66% 0.99% -
XYZ 63.5 64.25 17.65 -
YUV 204.5 60.57 162.59 -
System Red Green Blue C M Y K H S L
Decimal 253 203 85 0 0.20 0.66 0.01 42.14 0.98 0.66
Hex FD CB 55 0 14 42 1 2A 62 42
Octal 375 313 125 0 24 102 1 52 142 102
Binary 11111101 11001011 1010101 0 10100 1000010 1 101010 1100010 1000010

Color Harmonies of #FDCB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB55

Black with #FDCB55

Text Example


Text Example

White with #FDCB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB55; }

 p { color: rgb(253,203,85); }

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

background-color css

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

 a { background-color: rgb(253,203,85); }

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

border-color css

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

 span { border-color: rgb(253,203,85); }

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