Html Css Color HEX #F8AD25 Lightning Yellow

📋 copy color: '#F8AD25'

red 248 ◦ green 173 ◦ blue 37

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

Shades of Lightning Yellow #F8AD25

Tints of Lightning Yellow #F8AD25

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.77%

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

R = 54.15%
G = 37.77%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8AD25 (or 0xF8AD25) is known color: Lightning Yellow. HEX triplet: F8, AD and 25. RGB value is (248,173,37). Sum of RGB (Red+Green+Blue) = 248+173+37=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AD25 is #0752DA. Grayscale: #B4B4B4. Windows color (decimal): -479963 or 2469368. OLE color: 2469368.

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

Color convert

RGB 248 173 37 -
CMYK 0 0.30 0.85 0.03
HSL 38.67º 0.94% 0.56% -
HSV(B) 38.67º 0.85% 0.97% -
XYZ 53.99 49.98 8.55 -
YUV 179.92 47.35 176.56 -
System Red Green Blue C M Y K H S L
Decimal 248 173 37 0 0.30 0.85 0.03 38.67 0.94 0.56
Hex F8 AD 25 0 1E 55 3 27 5E 38
Octal 370 255 45 0 36 125 3 47 136 70
Binary 11111000 10101101 100101 0 11110 1010101 11 100111 1011110 111000

Color Harmonies of #F8AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD25

Black with #F8AD25

Text Example


Text Example

White with #F8AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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