Html Css Color HEX #FBAC2A Lightning Yellow

📋 copy color: '#FBAC2A'

red 251 ◦ green 172 ◦ blue 42

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

Shades of Lightning Yellow #FBAC2A

Tints of Lightning Yellow #FBAC2A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

 BLUE value IS 42 (16.8% from 255) = 9.03%

R = 53.98%
G = 36.99%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBAC2A (or 0xFBAC2A) is known color: Lightning Yellow. HEX triplet: FB, AC and 2A. RGB value is (251,172,42). Sum of RGB (Red+Green+Blue) = 251+172+42=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAC2A is #0453D5. Grayscale: #B5B5B5. Windows color (decimal): -283606 or 2796795. OLE color: 2796795.

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

Color convert

RGB 251 172 42 -
CMYK 0 0.31 0.83 0.02
HSL 37.32º 0.96% 0.57% -
HSV(B) 37.32º 0.83% 0.98% -
XYZ 54.95 50.18 8.98 -
YUV 180.8 49.67 178.07 -
System Red Green Blue C M Y K H S L
Decimal 251 172 42 0 0.31 0.83 0.02 37.32 0.96 0.57
Hex FB AC 2A 0 1F 53 2 25 60 39
Octal 373 254 52 0 37 123 2 45 140 71
Binary 11111011 10101100 101010 0 11111 1010011 10 100101 1100000 111001

Color Harmonies of #FBAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAC2A

Black with #FBAC2A

Text Example


Text Example

White with #FBAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAC2A; }

 p { color: rgb(251,172,42); }

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

background-color css

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

 a { background-color: rgb(251,172,42); }

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

border-color css

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

 span { border-color: rgb(251,172,42); }

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