Html Css Color HEX #F7A528 Lightning Yellow

📋 copy color: '#F7A528'

red 247 ◦ green 165 ◦ blue 40

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

Shades of Lightning Yellow #F7A528

Tints of Lightning Yellow #F7A528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.5%

 BLUE value IS 40 (16.02% from 255) = 8.85%

R = 54.65%
G = 36.5%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F7A528 (or 0xF7A528) is known color: Lightning Yellow. HEX triplet: F7, A5 and 28. RGB value is (247,165,40). Sum of RGB (Red+Green+Blue) = 247+165+40=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A528 is #085AD7. Grayscale: #AFAFAF. Windows color (decimal): -547544 or 2663927. OLE color: 2663927.

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

Color convert

RGB 247 165 40 -
CMYK 0 0.33 0.84 0.03
HSL 36.23º 0.93% 0.56% -
HSV(B) 36.23º 0.84% 0.97% -
XYZ 52.2 46.84 8.3 -
YUV 175.27 51.67 179.16 -
System Red Green Blue C M Y K H S L
Decimal 247 165 40 0 0.33 0.84 0.03 36.23 0.93 0.56
Hex F7 A5 28 0 21 54 3 24 5D 38
Octal 367 245 50 0 41 124 3 44 135 70
Binary 11110111 10100101 101000 0 100001 1010100 11 100100 1011101 111000

Color Harmonies of #F7A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A528

Black with #F7A528

Text Example


Text Example

White with #F7A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A528; }

 p { color: rgb(247,165,40); }

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

background-color css

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

 a { background-color: rgb(247,165,40); }

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

border-color css

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

 span { border-color: rgb(247,165,40); }

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