Html Css Color HEX #FBAB2C Lightning Yellow

📋 copy color: '#FBAB2C'

red 251 ◦ green 171 ◦ blue 44

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

Shades of Lightning Yellow #FBAB2C

Tints of Lightning Yellow #FBAB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

 BLUE value IS 44 (17.58% from 255) = 9.44%

R = 53.86%
G = 36.7%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBAB2C (or 0xFBAB2C) is known color: Lightning Yellow. HEX triplet: FB, AB and 2C. RGB value is (251,171,44). Sum of RGB (Red+Green+Blue) = 251+171+44=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB2C is #0454D3. Grayscale: #B5B5B5. Windows color (decimal): -283860 or 2927611. OLE color: 2927611.

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

Color convert

RGB 251 171 44 -
CMYK 0 0.32 0.82 0.02
HSL 36.81º 0.96% 0.58% -
HSV(B) 36.81º 0.82% 0.98% -
XYZ 54.8 49.82 9.11 -
YUV 180.44 51 178.33 -
System Red Green Blue C M Y K H S L
Decimal 251 171 44 0 0.32 0.82 0.02 36.81 0.96 0.58
Hex FB AB 2C 0 20 52 2 25 60 3A
Octal 373 253 54 0 40 122 2 45 140 72
Binary 11111011 10101011 101100 0 100000 1010010 10 100101 1100000 111010

Color Harmonies of #FBAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB2C

Black with #FBAB2C

Text Example


Text Example

White with #FBAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB2C; }

 p { color: rgb(251,171,44); }

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

background-color css

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

 a { background-color: rgb(251,171,44); }

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

border-color css

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

 span { border-color: rgb(251,171,44); }

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