Html Css Color HEX #F7AA32 Lightning Yellow

📋 copy color: '#F7AA32'

red 247 ◦ green 170 ◦ blue 50

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

Shades of Lightning Yellow #F7AA32

Tints of Lightning Yellow #F7AA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.71%

R = 52.89%
G = 36.4%
B = 10.71%

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

#F7AA32 (or 0xF7AA32) is known color: Lightning Yellow. HEX triplet: F7, AA and 32. RGB value is (247,170,50). Sum of RGB (Red+Green+Blue) = 247+170+50=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AA32 is #0855CD. Grayscale: #B3B3B3. Windows color (decimal): -546254 or 3320567. OLE color: 3320567.

HSL color Cylindrical-coordinate representation of color #F7AA32: hue angle of 36.55º degrees, saturation: 0.92, 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 #F7AA32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 170 50 -
CMYK 0 0.31 0.80 0.03
HSL 36.55º 0.92% 0.58% -
HSV(B) 36.55º 0.8% 0.97% -
XYZ 53.31 48.75 9.62 -
YUV 179.34 55.01 176.26 -
System Red Green Blue C M Y K H S L
Decimal 247 170 50 0 0.31 0.80 0.03 36.55 0.92 0.58
Hex F7 AA 32 0 1F 50 3 25 5C 3A
Octal 367 252 62 0 37 120 3 45 134 72
Binary 11110111 10101010 110010 0 11111 1010000 11 100101 1011100 111010

Color Harmonies of #F7AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AA32

Black with #F7AA32

Text Example


Text Example

White with #F7AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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