Html Css Color HEX #F7AA31 Lightning Yellow

📋 copy color: '#F7AA31'

red 247 ◦ green 170 ◦ blue 49

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

Shades of Lightning Yellow #F7AA31

Tints of Lightning Yellow #F7AA31

RGB

 RED value IS 247 (96.88% from 255) = 53%

 GREEN value IS 170 (66.8% from 255) = 36.48%

 BLUE value IS 49 (19.53% from 255) = 10.52%

R = 53%
G = 36.48%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F7AA31 (or 0xF7AA31) is known color: Lightning Yellow. HEX triplet: F7, AA and 31. RGB value is (247,170,49). Sum of RGB (Red+Green+Blue) = 247+170+49=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AA31 is #0855CE. Grayscale: #B3B3B3. Windows color (decimal): -546255 or 3255031. OLE color: 3255031.

HSL color Cylindrical-coordinate representation of color #F7AA31: hue angle of 36.67º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7AA31 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 170 49 -
CMYK 0 0.31 0.80 0.03
HSL 36.67º 0.93% 0.58% -
HSV(B) 36.67º 0.8% 0.97% -
XYZ 53.29 48.75 9.51 -
YUV 179.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 247 170 49 0 0.31 0.80 0.03 36.67 0.93 0.58
Hex F7 AA 31 0 1F 50 3 25 5D 3A
Octal 367 252 61 0 37 120 3 45 135 72
Binary 11110111 10101010 110001 0 11111 1010000 11 100101 1011101 111010

Color Harmonies of #F7AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AA31

Black with #F7AA31

Text Example


Text Example

White with #F7AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AA31; }

 p { color: rgb(247,170,49); }

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

background-color css

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

 a { background-color: rgb(247,170,49); }

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

border-color css

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

 span { border-color: rgb(247,170,49); }

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