Html Css Color HEX #FBA033 Lightning Yellow

📋 copy color: '#FBA033'

red 251 ◦ green 160 ◦ blue 51

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

Shades of Lightning Yellow #FBA033

Tints of Lightning Yellow #FBA033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.04%

R = 54.33%
G = 34.63%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBA033 (or 0xFBA033) is known color: Lightning Yellow. HEX triplet: FB, A0 and 33. RGB value is (251,160,51). Sum of RGB (Red+Green+Blue) = 251+160+51=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA033 is #045FCC. Grayscale: #AFAFAF. Windows color (decimal): -286669 or 3383547. OLE color: 3383547.

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

Color convert

RGB 251 160 51 -
CMYK 0 0.36 0.80 0.02
HSL 32.7º 0.96% 0.59% -
HSV(B) 32.7º 0.8% 0.98% -
XYZ 52.95 45.89 9.2 -
YUV 174.78 58.15 182.36 -
System Red Green Blue C M Y K H S L
Decimal 251 160 51 0 0.36 0.80 0.02 32.7 0.96 0.59
Hex FB A0 33 0 24 50 2 21 60 3B
Octal 373 240 63 0 44 120 2 41 140 73
Binary 11111011 10100000 110011 0 100100 1010000 10 100001 1100000 111011

Color Harmonies of #FBA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA033

Black with #FBA033

Text Example


Text Example

White with #FBA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA033; }

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

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

background-color css

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

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

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

border-color css

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

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

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