Html Css Color HEX #FAA234 Lightning Yellow

📋 copy color: '#FAA234'

red 250 ◦ green 162 ◦ blue 52

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

Shades of Lightning Yellow #FAA234

Tints of Lightning Yellow #FAA234

RGB

 RED value IS 250 (98.05% from 255) = 53.88%

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

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

R = 53.88%
G = 34.91%
B = 11.21%

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

#FAA234 (or 0xFAA234) is known color: Lightning Yellow. HEX triplet: FA, A2 and 34. RGB value is (250,162,52). Sum of RGB (Red+Green+Blue) = 250+162+52=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA234 is #055DCB. Grayscale: #B0B0B0. Windows color (decimal): -351692 or 3449594. OLE color: 3449594.

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

Color convert

RGB 250 162 52 -
CMYK 0 0.35 0.79 0.02
HSL 33.33º 0.95% 0.59% -
HSV(B) 33.33º 0.79% 0.98% -
XYZ 52.96 46.41 9.42 -
YUV 175.77 58.15 180.94 -
System Red Green Blue C M Y K H S L
Decimal 250 162 52 0 0.35 0.79 0.02 33.33 0.95 0.59
Hex FA A2 34 0 23 4F 2 21 5F 3B
Octal 372 242 64 0 43 117 2 41 137 73
Binary 11111010 10100010 110100 0 100011 1001111 10 100001 1011111 111011

Color Harmonies of #FAA234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA234

Black with #FAA234

Text Example


Text Example

White with #FAA234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA234; }

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

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

background-color css

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

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

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

border-color css

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

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

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