Html Css Color HEX #FDB80A Selective Yellow

📋 copy color: '#FDB80A'

red 253 ◦ green 184 ◦ blue 10

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

Shades of Selective Yellow #FDB80A

Tints of Selective Yellow #FDB80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 56.6%
G = 41.16%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDB80A (or 0xFDB80A) is known color: Selective Yellow. HEX triplet: FD, B8 and 0A. RGB value is (253,184,10). Sum of RGB (Red+Green+Blue) = 253+184+10=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB80A is #0247F5. Grayscale: #B9B9B9. Windows color (decimal): -149494 or 702717. OLE color: 702717.

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

Color convert

RGB 253 184 10 -
CMYK 0 0.27 0.96 0.01
HSL 42.96º 0.98% 0.52% -
HSV(B) 42.96º 0.96% 0.99% -
XYZ 57.7 55.19 7.9 -
YUV 184.8 29.36 176.65 -
System Red Green Blue C M Y K H S L
Decimal 253 184 10 0 0.27 0.96 0.01 42.96 0.98 0.52
Hex FD B8 A 0 1B 60 1 2B 62 34
Octal 375 270 12 0 33 140 1 53 142 64
Binary 11111101 10111000 1010 0 11011 1100000 1 101011 1100010 110100

Color Harmonies of #FDB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB80A

Black with #FDB80A

Text Example


Text Example

White with #FDB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB80A; }

 p { color: rgb(253,184,10); }

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

background-color css

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

 a { background-color: rgb(253,184,10); }

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

border-color css

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

 span { border-color: rgb(253,184,10); }

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