Html Css Color HEX #FAA625 Lightning Yellow

📋 copy color: '#FAA625'

red 250 ◦ green 166 ◦ blue 37

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

Shades of Lightning Yellow #FAA625

Tints of Lightning Yellow #FAA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

 BLUE value IS 37 (14.84% from 255) = 8.17%

R = 55.19%
G = 36.64%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAA625 (or 0xFAA625) is known color: Lightning Yellow. HEX triplet: FA, A6 and 25. RGB value is (250,166,37). Sum of RGB (Red+Green+Blue) = 250+166+37=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA625 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA625 is #0559DA. Grayscale: #B1B1B1. Windows color (decimal): -350683 or 2467578. OLE color: 2467578.

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

Color convert

RGB 250 166 37 -
CMYK 0 0.34 0.85 0.02
HSL 36.34º 0.96% 0.56% -
HSV(B) 36.34º 0.85% 0.98% -
XYZ 53.39 47.73 8.15 -
YUV 176.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 250 166 37 0 0.34 0.85 0.02 36.34 0.96 0.56
Hex FA A6 25 0 22 55 2 24 60 38
Octal 372 246 45 0 42 125 2 44 140 70
Binary 11111010 10100110 100101 0 100010 1010101 10 100100 1100000 111000

Color Harmonies of #FAA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA625

Black with #FAA625

Text Example


Text Example

White with #FAA625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA625; }

 p { color: rgb(250,166,37); }

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

background-color css

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

 a { background-color: rgb(250,166,37); }

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

border-color css

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

 span { border-color: rgb(250,166,37); }

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