Html Css Color HEX #F7A232 Lightning Yellow

📋 copy color: '#F7A232'

red 247 ◦ green 162 ◦ blue 50

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

Shades of Lightning Yellow #F7A232

Tints of Lightning Yellow #F7A232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

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

R = 53.81%
G = 35.29%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F7A232 (or 0xF7A232) is known color: Lightning Yellow. HEX triplet: F7, A2 and 32. RGB value is (247,162,50). Sum of RGB (Red+Green+Blue) = 247+162+50=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A232 is #085DCD. Grayscale: #AFAFAF. Windows color (decimal): -548302 or 3318519. OLE color: 3318519.

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

Color convert

RGB 247 162 50 -
CMYK 0 0.34 0.80 0.03
HSL 34.11º 0.92% 0.58% -
HSV(B) 34.11º 0.8% 0.97% -
XYZ 51.85 45.85 9.13 -
YUV 174.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 247 162 50 0 0.34 0.80 0.03 34.11 0.92 0.58
Hex F7 A2 32 0 22 50 3 22 5C 3A
Octal 367 242 62 0 42 120 3 42 134 72
Binary 11110111 10100010 110010 0 100010 1010000 11 100010 1011100 111010

Color Harmonies of #F7A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A232

Black with #F7A232

Text Example


Text Example

White with #F7A232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A232; }

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

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

background-color css

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

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

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

border-color css

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

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

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