Html Css Color HEX #FBA438 Lightning Yellow

📋 copy color: '#FBA438'

red 251 ◦ green 164 ◦ blue 56

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

Shades of Lightning Yellow #FBA438

Tints of Lightning Yellow #FBA438

RGB

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

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

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

R = 53.29%
G = 34.82%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FBA438 (or 0xFBA438) is known color: Lightning Yellow. HEX triplet: FB, A4 and 38. RGB value is (251,164,56). Sum of RGB (Red+Green+Blue) = 251+164+56=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA438 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA438 is #045BC7. Grayscale: #B2B2B2. Windows color (decimal): -285640 or 3712251. OLE color: 3712251.

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

Color convert

RGB 251 164 56 -
CMYK 0 0.35 0.78 0.02
HSL 33.23º 0.96% 0.6% -
HSV(B) 33.23º 0.78% 0.98% -
XYZ 53.77 47.35 10.05 -
YUV 177.7 59.32 180.28 -
System Red Green Blue C M Y K H S L
Decimal 251 164 56 0 0.35 0.78 0.02 33.23 0.96 0.6
Hex FB A4 38 0 23 4E 2 21 60 3C
Octal 373 244 70 0 43 116 2 41 140 74
Binary 11111011 10100100 111000 0 100011 1001110 10 100001 1100000 111100

Color Harmonies of #FBA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA438

Black with #FBA438

Text Example


Text Example

White with #FBA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA438; }

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

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

background-color css

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

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

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

border-color css

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

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

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