Html Css Color HEX #FBA12B Lightning Yellow

📋 copy color: '#FBA12B'

red 251 ◦ green 161 ◦ blue 43

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

Shades of Lightning Yellow #FBA12B

Tints of Lightning Yellow #FBA12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.45%

R = 55.16%
G = 35.38%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBA12B (or 0xFBA12B) is known color: Lightning Yellow. HEX triplet: FB, A1 and 2B. RGB value is (251,161,43). Sum of RGB (Red+Green+Blue) = 251+161+43=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA12B is #045ED4. Grayscale: #AFAFAF. Windows color (decimal): -286421 or 2859515. OLE color: 2859515.

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

Color convert

RGB 251 161 43 -
CMYK 0 0.36 0.83 0.02
HSL 34.04º 0.96% 0.58% -
HSV(B) 34.04º 0.83% 0.98% -
XYZ 52.96 46.17 8.41 -
YUV 174.46 53.82 182.59 -
System Red Green Blue C M Y K H S L
Decimal 251 161 43 0 0.36 0.83 0.02 34.04 0.96 0.58
Hex FB A1 2B 0 24 53 2 22 60 3A
Octal 373 241 53 0 44 123 2 42 140 72
Binary 11111011 10100001 101011 0 100100 1010011 10 100010 1100000 111010

Color Harmonies of #FBA12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA12B

Black with #FBA12B

Text Example


Text Example

White with #FBA12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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