Html Css Color HEX #FDCB50 Kournikova

📋 copy color: '#FDCB50'

red 253 ◦ green 203 ◦ blue 80

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

Shades of Kournikova #FDCB50

Tints of Kournikova #FDCB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.93%

R = 47.2%
G = 37.87%
B = 14.93%

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

#FDCB50 (or 0xFDCB50) is known color: Kournikova. HEX triplet: FD, CB and 50. RGB value is (253,203,80). Sum of RGB (Red+Green+Blue) = 253+203+80=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB50 is #0234AF. Grayscale: #CCCCCC. Windows color (decimal): -144560 or 5295101. OLE color: 5295101.

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

Color convert

RGB 253 203 80 -
CMYK 0 0.20 0.68 0.01
HSL 42.66º 0.98% 0.65% -
HSV(B) 42.66º 0.68% 0.99% -
XYZ 63.31 64.17 16.64 -
YUV 203.93 58.07 163 -
System Red Green Blue C M Y K H S L
Decimal 253 203 80 0 0.20 0.68 0.01 42.66 0.98 0.65
Hex FD CB 50 0 14 44 1 2B 62 41
Octal 375 313 120 0 24 104 1 53 142 101
Binary 11111101 11001011 1010000 0 10100 1000100 1 101011 1100010 1000001

Color Harmonies of #FDCB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB50

Black with #FDCB50

Text Example


Text Example

White with #FDCB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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