Html Css Color HEX #F8A825 Lightning Yellow

📋 copy color: '#F8A825'

red 248 ◦ green 168 ◦ blue 37

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

Shades of Lightning Yellow #F8A825

Tints of Lightning Yellow #F8A825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.17%

R = 54.75%
G = 37.09%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8A825 (or 0xF8A825) is known color: Lightning Yellow. HEX triplet: F8, A8 and 25. RGB value is (248,168,37). Sum of RGB (Red+Green+Blue) = 248+168+37=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A825 is #0757DA. Grayscale: #B1B1B1. Windows color (decimal): -481243 or 2468088. OLE color: 2468088.

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

Color convert

RGB 248 168 37 -
CMYK 0 0.32 0.85 0.03
HSL 37.25º 0.94% 0.56% -
HSV(B) 37.25º 0.85% 0.97% -
XYZ 53.05 48.1 8.24 -
YUV 176.99 49 178.65 -
System Red Green Blue C M Y K H S L
Decimal 248 168 37 0 0.32 0.85 0.03 37.25 0.94 0.56
Hex F8 A8 25 0 20 55 3 25 5E 38
Octal 370 250 45 0 40 125 3 45 136 70
Binary 11111000 10101000 100101 0 100000 1010101 11 100101 1011110 111000

Color Harmonies of #F8A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A825

Black with #F8A825

Text Example


Text Example

White with #F8A825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A825; }

 p { color: rgb(248,168,37); }

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

background-color css

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

 a { background-color: rgb(248,168,37); }

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

border-color css

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

 span { border-color: rgb(248,168,37); }

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