Html Css Color HEX #FBA029 Lightning Yellow

📋 copy color: '#FBA029'

red 251 ◦ green 160 ◦ blue 41

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

Shades of Lightning Yellow #FBA029

Tints of Lightning Yellow #FBA029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.07%

R = 55.53%
G = 35.4%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBA029 (or 0xFBA029) is known color: Lightning Yellow. HEX triplet: FB, A0 and 29. RGB value is (251,160,41). Sum of RGB (Red+Green+Blue) = 251+160+41=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA029 is #045FD6. Grayscale: #AEAEAE. Windows color (decimal): -286679 or 2728187. OLE color: 2728187.

HSL color Cylindrical-coordinate representation of color #FBA029: hue angle of 34º 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 #FBA029 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 41 -
CMYK 0 0.36 0.84 0.02
HSL 34º 0.96% 0.57% -
HSV(B) 34º 0.84% 0.98% -
XYZ 52.75 45.81 8.16 -
YUV 173.64 53.15 183.18 -
System Red Green Blue C M Y K H S L
Decimal 251 160 41 0 0.36 0.84 0.02 34 0.96 0.57
Hex FB A0 29 0 24 54 2 22 60 39
Octal 373 240 51 0 44 124 2 42 140 71
Binary 11111011 10100000 101001 0 100100 1010100 10 100010 1100000 111001

Color Harmonies of #FBA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA029

Black with #FBA029

Text Example


Text Example

White with #FBA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA029; }

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

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

background-color css

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

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

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

border-color css

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

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

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