Html Css Color HEX #FBA834 Lightning Yellow

📋 copy color: '#FBA834'

red 251 ◦ green 168 ◦ blue 52

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

Shades of Lightning Yellow #FBA834

Tints of Lightning Yellow #FBA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 52 (20.7% from 255) = 11.04%

R = 53.29%
G = 35.67%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBA834 (or 0xFBA834) is known color: Lightning Yellow. HEX triplet: FB, A8 and 34. RGB value is (251,168,52). Sum of RGB (Red+Green+Blue) = 251+168+52=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA834 is #0457CB. Grayscale: #B4B4B4. Windows color (decimal): -284620 or 3451131. OLE color: 3451131.

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

Color convert

RGB 251 168 52 -
CMYK 0 0.33 0.79 0.02
HSL 34.97º 0.96% 0.59% -
HSV(B) 34.97º 0.79% 0.98% -
XYZ 54.41 48.76 9.79 -
YUV 179.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 251 168 52 0 0.33 0.79 0.02 34.97 0.96 0.59
Hex FB A8 34 0 21 4F 2 23 60 3B
Octal 373 250 64 0 41 117 2 43 140 73
Binary 11111011 10101000 110100 0 100001 1001111 10 100011 1100000 111011

Color Harmonies of #FBA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA834

Black with #FBA834

Text Example


Text Example

White with #FBA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA834; }

 p { color: rgb(251,168,52); }

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

background-color css

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

 a { background-color: rgb(251,168,52); }

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

border-color css

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

 span { border-color: rgb(251,168,52); }

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