Html Css Color HEX #FBA42F Lightning Yellow

📋 copy color: '#FBA42F'

red 251 ◦ green 164 ◦ blue 47

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

Shades of Lightning Yellow #FBA42F

Tints of Lightning Yellow #FBA42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.17%

R = 54.33%
G = 35.5%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA42F (or 0xFBA42F) is known color: Lightning Yellow. HEX triplet: FB, A4 and 2F. RGB value is (251,164,47). Sum of RGB (Red+Green+Blue) = 251+164+47=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA42F is #045BD0. Grayscale: #B1B1B1. Windows color (decimal): -285649 or 3122427. OLE color: 3122427.

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

Color convert

RGB 251 164 47 -
CMYK 0 0.35 0.81 0.02
HSL 34.41º 0.96% 0.58% -
HSV(B) 34.41º 0.81% 0.98% -
XYZ 53.57 47.27 8.99 -
YUV 176.68 54.82 181.01 -
System Red Green Blue C M Y K H S L
Decimal 251 164 47 0 0.35 0.81 0.02 34.41 0.96 0.58
Hex FB A4 2F 0 23 51 2 22 60 3A
Octal 373 244 57 0 43 121 2 42 140 72
Binary 11111011 10100100 101111 0 100011 1010001 10 100010 1100000 111010

Color Harmonies of #FBA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA42F

Black with #FBA42F

Text Example


Text Example

White with #FBA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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