Html Css Color HEX #F7A82D Lightning Yellow

📋 copy color: '#F7A82D'

red 247 ◦ green 168 ◦ blue 45

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

Shades of Lightning Yellow #F7A82D

Tints of Lightning Yellow #F7A82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

 BLUE value IS 45 (17.97% from 255) = 9.78%

R = 53.7%
G = 36.52%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7A82D (or 0xF7A82D) is known color: Lightning Yellow. HEX triplet: F7, A8 and 2D. RGB value is (247,168,45). Sum of RGB (Red+Green+Blue) = 247+168+45=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A82D is #0857D2. Grayscale: #B2B2B2. Windows color (decimal): -546771 or 2992375. OLE color: 2992375.

HSL color Cylindrical-coordinate representation of color #F7A82D: hue angle of 36.53º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7A82D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 168 45 -
CMYK 0 0.32 0.82 0.03
HSL 36.53º 0.93% 0.57% -
HSV(B) 36.53º 0.82% 0.97% -
XYZ 52.83 47.97 8.96 -
YUV 177.6 53.17 177.5 -
System Red Green Blue C M Y K H S L
Decimal 247 168 45 0 0.32 0.82 0.03 36.53 0.93 0.57
Hex F7 A8 2D 0 20 52 3 25 5D 39
Octal 367 250 55 0 40 122 3 45 135 71
Binary 11110111 10101000 101101 0 100000 1010010 11 100101 1011101 111001

Color Harmonies of #F7A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A82D

Black with #F7A82D

Text Example


Text Example

White with #F7A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A82D; }

 p { color: rgb(247,168,45); }

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

background-color css

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

 a { background-color: rgb(247,168,45); }

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

border-color css

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

 span { border-color: rgb(247,168,45); }

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