Html Css Color HEX #FBA12E Lightning Yellow

📋 copy color: '#FBA12E'

red 251 ◦ green 161 ◦ blue 46

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

Shades of Lightning Yellow #FBA12E

Tints of Lightning Yellow #FBA12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.04%

R = 54.8%
G = 35.15%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBA12E (or 0xFBA12E) is known color: Lightning Yellow. HEX triplet: FB, A1 and 2E. RGB value is (251,161,46). Sum of RGB (Red+Green+Blue) = 251+161+46=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA12E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA12E is #045ED1. Grayscale: #AFAFAF. Windows color (decimal): -286418 or 3056123. OLE color: 3056123.

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

Color convert

RGB 251 161 46 -
CMYK 0 0.36 0.82 0.02
HSL 33.66º 0.96% 0.58% -
HSV(B) 33.66º 0.82% 0.98% -
XYZ 53.02 46.2 8.71 -
YUV 174.8 55.32 182.35 -
System Red Green Blue C M Y K H S L
Decimal 251 161 46 0 0.36 0.82 0.02 33.66 0.96 0.58
Hex FB A1 2E 0 24 52 2 22 60 3A
Octal 373 241 56 0 44 122 2 42 140 72
Binary 11111011 10100001 101110 0 100100 1010010 10 100010 1100000 111010

Color Harmonies of #FBA12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA12E

Black with #FBA12E

Text Example


Text Example

White with #FBA12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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