Html Css Color HEX #FBA42B Lightning Yellow

📋 copy color: '#FBA42B'

red 251 ◦ green 164 ◦ blue 43

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

Shades of Lightning Yellow #FBA42B

Tints of Lightning Yellow #FBA42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.81%

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

R = 54.8%
G = 35.81%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBA42B (or 0xFBA42B) is known color: Lightning Yellow. HEX triplet: FB, A4 and 2B. RGB value is (251,164,43). Sum of RGB (Red+Green+Blue) = 251+164+43=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA42B is #045BD4. Grayscale: #B0B0B0. Windows color (decimal): -285653 or 2860283. OLE color: 2860283.

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

Color convert

RGB 251 164 43 -
CMYK 0 0.35 0.83 0.02
HSL 34.9º 0.96% 0.58% -
HSV(B) 34.9º 0.83% 0.98% -
XYZ 53.5 47.23 8.58 -
YUV 176.22 52.82 181.34 -
System Red Green Blue C M Y K H S L
Decimal 251 164 43 0 0.35 0.83 0.02 34.9 0.96 0.58
Hex FB A4 2B 0 23 53 2 23 60 3A
Octal 373 244 53 0 43 123 2 43 140 72
Binary 11111011 10100100 101011 0 100011 1010011 10 100011 1100000 111010

Color Harmonies of #FBA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA42B

Black with #FBA42B

Text Example


Text Example

White with #FBA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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