Html Css Color HEX #FBA02F Lightning Yellow

📋 copy color: '#FBA02F'

red 251 ◦ green 160 ◦ blue 47

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

Shades of Lightning Yellow #FBA02F

Tints of Lightning Yellow #FBA02F

RGB

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

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

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

R = 54.8%
G = 34.93%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA02F (or 0xFBA02F) is known color: Lightning Yellow. HEX triplet: FB, A0 and 2F. RGB value is (251,160,47). Sum of RGB (Red+Green+Blue) = 251+160+47=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA02F is #045FD0. Grayscale: #AEAEAE. Windows color (decimal): -286673 or 3121403. OLE color: 3121403.

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

Color convert

RGB 251 160 47 -
CMYK 0 0.36 0.81 0.02
HSL 33.24º 0.96% 0.58% -
HSV(B) 33.24º 0.81% 0.98% -
XYZ 52.87 45.86 8.75 -
YUV 174.33 56.15 182.69 -
System Red Green Blue C M Y K H S L
Decimal 251 160 47 0 0.36 0.81 0.02 33.24 0.96 0.58
Hex FB A0 2F 0 24 51 2 21 60 3A
Octal 373 240 57 0 44 121 2 41 140 72
Binary 11111011 10100000 101111 0 100100 1010001 10 100001 1100000 111010

Color Harmonies of #FBA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA02F

Black with #FBA02F

Text Example


Text Example

White with #FBA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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