Html Css Color HEX #FBA334 Lightning Yellow

📋 copy color: '#FBA334'

red 251 ◦ green 163 ◦ blue 52

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

Shades of Lightning Yellow #FBA334

Tints of Lightning Yellow #FBA334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.98%

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

R = 53.86%
G = 34.98%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBA334 (or 0xFBA334) is known color: Lightning Yellow. HEX triplet: FB, A3 and 34. RGB value is (251,163,52). Sum of RGB (Red+Green+Blue) = 251+163+52=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA334 is #045CCB. Grayscale: #B1B1B1. Windows color (decimal): -285900 or 3449851. OLE color: 3449851.

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

Color convert

RGB 251 163 52 -
CMYK 0 0.35 0.79 0.02
HSL 33.47º 0.96% 0.59% -
HSV(B) 33.47º 0.79% 0.98% -
XYZ 53.5 46.95 9.49 -
YUV 176.66 57.65 181.03 -
System Red Green Blue C M Y K H S L
Decimal 251 163 52 0 0.35 0.79 0.02 33.47 0.96 0.59
Hex FB A3 34 0 23 4F 2 21 60 3B
Octal 373 243 64 0 43 117 2 41 140 73
Binary 11111011 10100011 110100 0 100011 1001111 10 100001 1100000 111011

Color Harmonies of #FBA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA334

Black with #FBA334

Text Example


Text Example

White with #FBA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA334; }

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

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

background-color css

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

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

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

border-color css

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

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

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