Html Css Color HEX #FBA938 Lightning Yellow

📋 copy color: '#FBA938'

red 251 ◦ green 169 ◦ blue 56

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

Shades of Lightning Yellow #FBA938

Tints of Lightning Yellow #FBA938

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.5%

 BLUE value IS 56 (22.27% from 255) = 11.76%

R = 52.73%
G = 35.5%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FBA938 (or 0xFBA938) is known color: Lightning Yellow. HEX triplet: FB, A9 and 38. RGB value is (251,169,56). Sum of RGB (Red+Green+Blue) = 251+169+56=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA938 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA938 is #0456C7. Grayscale: #B5B5B5. Windows color (decimal): -284360 or 3713531. OLE color: 3713531.

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

Color convert

RGB 251 169 56 -
CMYK 0 0.33 0.78 0.02
HSL 34.77º 0.96% 0.6% -
HSV(B) 34.77º 0.78% 0.98% -
XYZ 54.69 49.17 10.35 -
YUV 180.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 251 169 56 0 0.33 0.78 0.02 34.77 0.96 0.6
Hex FB A9 38 0 21 4E 2 23 60 3C
Octal 373 251 70 0 41 116 2 43 140 74
Binary 11111011 10101001 111000 0 100001 1001110 10 100011 1100000 111100

Color Harmonies of #FBA938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA938

Black with #FBA938

Text Example


Text Example

White with #FBA938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA938; }

 p { color: rgb(251,169,56); }

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

background-color css

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

 a { background-color: rgb(251,169,56); }

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

border-color css

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

 span { border-color: rgb(251,169,56); }

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