Html Css Color HEX #FBA135 Lightning Yellow

📋 copy color: '#FBA135'

red 251 ◦ green 161 ◦ blue 53

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

Shades of Lightning Yellow #FBA135

Tints of Lightning Yellow #FBA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.62%

 BLUE value IS 53 (21.09% from 255) = 11.4%

R = 53.98%
G = 34.62%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBA135 (or 0xFBA135) is known color: Lightning Yellow. HEX triplet: FB, A1 and 35. RGB value is (251,161,53). Sum of RGB (Red+Green+Blue) = 251+161+53=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA135 is #045ECA. Grayscale: #B0B0B0. Windows color (decimal): -286411 or 3514875. OLE color: 3514875.

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

Color convert

RGB 251 161 53 -
CMYK 0 0.36 0.79 0.02
HSL 32.73º 0.96% 0.6% -
HSV(B) 32.73º 0.79% 0.98% -
XYZ 53.17 46.26 9.49 -
YUV 175.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 251 161 53 0 0.36 0.79 0.02 32.73 0.96 0.6
Hex FB A1 35 0 24 4F 2 21 60 3C
Octal 373 241 65 0 44 117 2 41 140 74
Binary 11111011 10100001 110101 0 100100 1001111 10 100001 1100000 111100

Color Harmonies of #FBA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA135

Black with #FBA135

Text Example


Text Example

White with #FBA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA135; }

 p { color: rgb(251,161,53); }

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

background-color css

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

 a { background-color: rgb(251,161,53); }

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

border-color css

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

 span { border-color: rgb(251,161,53); }

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