Html Css Color HEX #FAA529 Lightning Yellow

📋 copy color: '#FAA529'

red 250 ◦ green 165 ◦ blue 41

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

Shades of Lightning Yellow #FAA529

Tints of Lightning Yellow #FAA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 54.82%
G = 36.18%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAA529 (or 0xFAA529) is known color: Lightning Yellow. HEX triplet: FA, A5 and 29. RGB value is (250,165,41). Sum of RGB (Red+Green+Blue) = 250+165+41=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA529 is #055AD6. Grayscale: #B0B0B0. Windows color (decimal): -350935 or 2729466. OLE color: 2729466.

HSL color Cylindrical-coordinate representation of color #FAA529: hue angle of 35.6º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAA529 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 41 -
CMYK 0 0.34 0.84 0.02
HSL 35.6º 0.95% 0.57% -
HSV(B) 35.6º 0.84% 0.98% -
XYZ 53.28 47.39 8.44 -
YUV 176.28 51.66 180.58 -
System Red Green Blue C M Y K H S L
Decimal 250 165 41 0 0.34 0.84 0.02 35.6 0.95 0.57
Hex FA A5 29 0 22 54 2 24 5F 39
Octal 372 245 51 0 42 124 2 44 137 71
Binary 11111010 10100101 101001 0 100010 1010100 10 100100 1011111 111001

Color Harmonies of #FAA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA529

Black with #FAA529

Text Example


Text Example

White with #FAA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA529; }

 p { color: rgb(250,165,41); }

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

background-color css

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

 a { background-color: rgb(250,165,41); }

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

border-color css

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

 span { border-color: rgb(250,165,41); }

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