Html Css Color HEX #FBA024 Lightning Yellow

📋 copy color: '#FBA024'

red 251 ◦ green 160 ◦ blue 36

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

Shades of Lightning Yellow #FBA024

Tints of Lightning Yellow #FBA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 36 (14.45% from 255) = 8.05%

R = 56.15%
G = 35.79%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBA024 (or 0xFBA024) is known color: Lightning Yellow. HEX triplet: FB, A0 and 24. RGB value is (251,160,36). Sum of RGB (Red+Green+Blue) = 251+160+36=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA024 is #045FDB. Grayscale: #ADADAD. Windows color (decimal): -286684 or 2400507. OLE color: 2400507.

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

Color convert

RGB 251 160 36 -
CMYK 0 0.36 0.86 0.02
HSL 34.6º 0.96% 0.56% -
HSV(B) 34.6º 0.86% 0.98% -
XYZ 52.67 45.78 7.73 -
YUV 173.07 50.65 183.58 -
System Red Green Blue C M Y K H S L
Decimal 251 160 36 0 0.36 0.86 0.02 34.6 0.96 0.56
Hex FB A0 24 0 24 56 2 23 60 38
Octal 373 240 44 0 44 126 2 43 140 70
Binary 11111011 10100000 100100 0 100100 1010110 10 100011 1100000 111000

Color Harmonies of #FBA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA024

Black with #FBA024

Text Example


Text Example

White with #FBA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA024; }

 p { color: rgb(251,160,36); }

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

background-color css

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

 a { background-color: rgb(251,160,36); }

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

border-color css

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

 span { border-color: rgb(251,160,36); }

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