Html Css Color HEX #FBAA2F Lightning Yellow

📋 copy color: '#FBAA2F'

red 251 ◦ green 170 ◦ blue 47

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

Shades of Lightning Yellow #FBAA2F

Tints of Lightning Yellow #FBAA2F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 47 (18.75% from 255) = 10.04%

R = 53.63%
G = 36.32%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBAA2F (or 0xFBAA2F) is known color: Lightning Yellow. HEX triplet: FB, AA and 2F. RGB value is (251,170,47). Sum of RGB (Red+Green+Blue) = 251+170+47=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAA2F is #0455D0. Grayscale: #B4B4B4. Windows color (decimal): -284113 or 3123963. OLE color: 3123963.

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

Color convert

RGB 251 170 47 -
CMYK 0 0.32 0.81 0.02
HSL 36.18º 0.96% 0.58% -
HSV(B) 36.18º 0.81% 0.98% -
XYZ 54.67 49.46 9.36 -
YUV 180.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 251 170 47 0 0.32 0.81 0.02 36.18 0.96 0.58
Hex FB AA 2F 0 20 51 2 24 60 3A
Octal 373 252 57 0 40 121 2 44 140 72
Binary 11111011 10101010 101111 0 100000 1010001 10 100100 1100000 111010

Color Harmonies of #FBAA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAA2F

Black with #FBAA2F

Text Example


Text Example

White with #FBAA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAA2F; }

 p { color: rgb(251,170,47); }

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

background-color css

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

 a { background-color: rgb(251,170,47); }

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

border-color css

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

 span { border-color: rgb(251,170,47); }

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