Html Css Color HEX #FBA234 Lightning Yellow

📋 copy color: '#FBA234'

red 251 ◦ green 162 ◦ blue 52

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

Shades of Lightning Yellow #FBA234

Tints of Lightning Yellow #FBA234

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

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

R = 53.98%
G = 34.84%
B = 11.18%

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

#FBA234 (or 0xFBA234) is known color: Lightning Yellow. HEX triplet: FB, A2 and 34. RGB value is (251,162,52). Sum of RGB (Red+Green+Blue) = 251+162+52=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA234 is #045DCB. Grayscale: #B0B0B0. Windows color (decimal): -286156 or 3449595. OLE color: 3449595.

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

Color convert

RGB 251 162 52 -
CMYK 0 0.35 0.79 0.02
HSL 33.17º 0.96% 0.59% -
HSV(B) 33.17º 0.79% 0.98% -
XYZ 53.32 46.6 9.43 -
YUV 176.07 57.99 181.44 -
System Red Green Blue C M Y K H S L
Decimal 251 162 52 0 0.35 0.79 0.02 33.17 0.96 0.59
Hex FB A2 34 0 23 4F 2 21 60 3B
Octal 373 242 64 0 43 117 2 41 140 73
Binary 11111011 10100010 110100 0 100011 1001111 10 100001 1100000 111011

Color Harmonies of #FBA234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA234

Black with #FBA234

Text Example


Text Example

White with #FBA234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA234; }

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

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

background-color css

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

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

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

border-color css

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

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

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