Html Css Color HEX #FDCB52 Kournikova

📋 copy color: '#FDCB52'

red 253 ◦ green 203 ◦ blue 82

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

Shades of Kournikova #FDCB52

Tints of Kournikova #FDCB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.24%

R = 47.03%
G = 37.73%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDCB52 (or 0xFDCB52) is known color: Kournikova. HEX triplet: FD, CB and 52. RGB value is (253,203,82). Sum of RGB (Red+Green+Blue) = 253+203+82=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB52 is #0234AD. Grayscale: #CCCCCC. Windows color (decimal): -144558 or 5426173. OLE color: 5426173.

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

Color convert

RGB 253 203 82 -
CMYK 0 0.20 0.68 0.01
HSL 42.46º 0.98% 0.66% -
HSV(B) 42.46º 0.68% 0.99% -
XYZ 63.39 64.2 17.03 -
YUV 204.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 253 203 82 0 0.20 0.68 0.01 42.46 0.98 0.66
Hex FD CB 52 0 14 44 1 2A 62 42
Octal 375 313 122 0 24 104 1 52 142 102
Binary 11111101 11001011 1010010 0 10100 1000100 1 101010 1100010 1000010

Color Harmonies of #FDCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB52

Black with #FDCB52

Text Example


Text Example

White with #FDCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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