Html Css Color HEX #FAA724 Lightning Yellow

📋 copy color: '#FAA724'

red 250 ◦ green 167 ◦ blue 36

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

Shades of Lightning Yellow #FAA724

Tints of Lightning Yellow #FAA724

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.87%

 BLUE value IS 36 (14.45% from 255) = 7.95%

R = 55.19%
G = 36.87%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAA724 (or 0xFAA724) is known color: Lightning Yellow. HEX triplet: FA, A7 and 24. RGB value is (250,167,36). Sum of RGB (Red+Green+Blue) = 250+167+36=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA724 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA724 is #0558DB. Grayscale: #B1B1B1. Windows color (decimal): -350428 or 2402298. OLE color: 2402298.

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

Color convert

RGB 250 167 36 -
CMYK 0 0.33 0.86 0.02
HSL 36.73º 0.96% 0.56% -
HSV(B) 36.73º 0.86% 0.98% -
XYZ 53.56 48.09 8.13 -
YUV 176.88 48.5 180.15 -
System Red Green Blue C M Y K H S L
Decimal 250 167 36 0 0.33 0.86 0.02 36.73 0.96 0.56
Hex FA A7 24 0 21 56 2 25 60 38
Octal 372 247 44 0 41 126 2 45 140 70
Binary 11111010 10100111 100100 0 100001 1010110 10 100101 1100000 111000

Color Harmonies of #FAA724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA724

Black with #FAA724

Text Example


Text Example

White with #FAA724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA724; }

 p { color: rgb(250,167,36); }

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

background-color css

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

 a { background-color: rgb(250,167,36); }

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

border-color css

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

 span { border-color: rgb(250,167,36); }

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