Html Css Color HEX #F8A528 Lightning Yellow

📋 copy color: '#F8A528'

red 248 ◦ green 165 ◦ blue 40

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

Shades of Lightning Yellow #F8A528

Tints of Lightning Yellow #F8A528

RGB

 RED value IS 248 (97.27% from 255) = 54.75%

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

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

R = 54.75%
G = 36.42%
B = 8.83%

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

#F8A528 (or 0xF8A528) is known color: Lightning Yellow. HEX triplet: F8, A5 and 28. RGB value is (248,165,40). Sum of RGB (Red+Green+Blue) = 248+165+40=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A528 is #075AD7. Grayscale: #B0B0B0. Windows color (decimal): -482008 or 2663928. OLE color: 2663928.

HSL color Cylindrical-coordinate representation of color #F8A528: hue angle of 36.06º degrees, saturation: 0.94, 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 #F8A528 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 165 40 -
CMYK 0 0.33 0.84 0.03
HSL 36.06º 0.94% 0.56% -
HSV(B) 36.06º 0.84% 0.97% -
XYZ 52.55 47.02 8.31 -
YUV 175.57 51.5 179.66 -
System Red Green Blue C M Y K H S L
Decimal 248 165 40 0 0.33 0.84 0.03 36.06 0.94 0.56
Hex F8 A5 28 0 21 54 3 24 5E 38
Octal 370 245 50 0 41 124 3 44 136 70
Binary 11111000 10100101 101000 0 100001 1010100 11 100100 1011110 111000

Color Harmonies of #F8A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A528

Black with #F8A528

Text Example


Text Example

White with #F8A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A528; }

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

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

background-color css

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

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

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

border-color css

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

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

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