Html Css Color HEX #FBAD28 Lightning Yellow

📋 copy color: '#FBAD28'

red 251 ◦ green 173 ◦ blue 40

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

Shades of Lightning Yellow #FBAD28

Tints of Lightning Yellow #FBAD28

RGB

 RED value IS 251 (98.44% from 255) = 54.09%

 GREEN value IS 173 (67.97% from 255) = 37.28%

 BLUE value IS 40 (16.02% from 255) = 8.62%

R = 54.09%
G = 37.28%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBAD28 (or 0xFBAD28) is known color: Lightning Yellow. HEX triplet: FB, AD and 28. RGB value is (251,173,40). Sum of RGB (Red+Green+Blue) = 251+173+40=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAD28 is #0452D7. Grayscale: #B5B5B5. Windows color (decimal): -283352 or 2665979. OLE color: 2665979.

HSL color Cylindrical-coordinate representation of color #FBAD28: hue angle of 37.82º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBAD28 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 173 40 -
CMYK 0 0.31 0.84 0.02
HSL 37.82º 0.96% 0.57% -
HSV(B) 37.82º 0.84% 0.98% -
XYZ 55.11 50.55 8.86 -
YUV 181.16 48.34 177.81 -
System Red Green Blue C M Y K H S L
Decimal 251 173 40 0 0.31 0.84 0.02 37.82 0.96 0.57
Hex FB AD 28 0 1F 54 2 26 60 39
Octal 373 255 50 0 37 124 2 46 140 71
Binary 11111011 10101101 101000 0 11111 1010100 10 100110 1100000 111001

Color Harmonies of #FBAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAD28

Black with #FBAD28

Text Example


Text Example

White with #FBAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAD28; }

 p { color: rgb(251,173,40); }

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

background-color css

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

 a { background-color: rgb(251,173,40); }

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

border-color css

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

 span { border-color: rgb(251,173,40); }

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