Html Css Color HEX #FBA12F Lightning Yellow

📋 copy color: '#FBA12F'

red 251 ◦ green 161 ◦ blue 47

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

Shades of Lightning Yellow #FBA12F

Tints of Lightning Yellow #FBA12F

RGB

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

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

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

R = 54.68%
G = 35.08%
B = 10.24%

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

#FBA12F (or 0xFBA12F) is known color: Lightning Yellow. HEX triplet: FB, A1 and 2F. RGB value is (251,161,47). Sum of RGB (Red+Green+Blue) = 251+161+47=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA12F is #045ED0. Grayscale: #AFAFAF. Windows color (decimal): -286417 or 3121659. OLE color: 3121659.

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

Color convert

RGB 251 161 47 -
CMYK 0 0.36 0.81 0.02
HSL 33.53º 0.96% 0.58% -
HSV(B) 33.53º 0.81% 0.98% -
XYZ 53.04 46.2 8.81 -
YUV 174.91 55.82 182.27 -
System Red Green Blue C M Y K H S L
Decimal 251 161 47 0 0.36 0.81 0.02 33.53 0.96 0.58
Hex FB A1 2F 0 24 51 2 22 60 3A
Octal 373 241 57 0 44 121 2 42 140 72
Binary 11111011 10100001 101111 0 100100 1010001 10 100010 1100000 111010

Color Harmonies of #FBA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA12F

Black with #FBA12F

Text Example


Text Example

White with #FBA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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