Html Css Color HEX #FBA434 Lightning Yellow

📋 copy color: '#FBA434'

red 251 ◦ green 164 ◦ blue 52

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

Shades of Lightning Yellow #FBA434

Tints of Lightning Yellow #FBA434

RGB

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

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

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

R = 53.75%
G = 35.12%
B = 11.13%

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

#FBA434 (or 0xFBA434) is known color: Lightning Yellow. HEX triplet: FB, A4 and 34. RGB value is (251,164,52). Sum of RGB (Red+Green+Blue) = 251+164+52=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA434 is #045BCB. Grayscale: #B1B1B1. Windows color (decimal): -285644 or 3450107. OLE color: 3450107.

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

Color convert

RGB 251 164 52 -
CMYK 0 0.35 0.79 0.02
HSL 33.77º 0.96% 0.59% -
HSV(B) 33.77º 0.79% 0.98% -
XYZ 53.68 47.31 9.55 -
YUV 177.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 251 164 52 0 0.35 0.79 0.02 33.77 0.96 0.59
Hex FB A4 34 0 23 4F 2 22 60 3B
Octal 373 244 64 0 43 117 2 42 140 73
Binary 11111011 10100100 110100 0 100011 1001111 10 100010 1100000 111011

Color Harmonies of #FBA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA434

Black with #FBA434

Text Example


Text Example

White with #FBA434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA434; }

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

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

background-color css

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

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

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

border-color css

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

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

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