Html Css Color HEX #F8A93A Lightning Yellow

📋 copy color: '#F8A93A'

red 248 ◦ green 169 ◦ blue 58

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

Shades of Lightning Yellow #F8A93A

Tints of Lightning Yellow #F8A93A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.58%

 BLUE value IS 58 (23.05% from 255) = 12.21%

R = 52.21%
G = 35.58%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8A93A (or 0xF8A93A) is known color: Lightning Yellow. HEX triplet: F8, A9 and 3A. RGB value is (248,169,58). Sum of RGB (Red+Green+Blue) = 248+169+58=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A93A is #0756C5. Grayscale: #B4B4B4. Windows color (decimal): -480966 or 3844600. OLE color: 3844600.

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

Color convert

RGB 248 169 58 -
CMYK 0 0.32 0.77 0.03
HSL 35.05º 0.93% 0.6% -
HSV(B) 35.05º 0.77% 0.97% -
XYZ 53.66 48.64 10.56 -
YUV 179.97 59.17 176.53 -
System Red Green Blue C M Y K H S L
Decimal 248 169 58 0 0.32 0.77 0.03 35.05 0.93 0.6
Hex F8 A9 3A 0 20 4D 3 23 5D 3C
Octal 370 251 72 0 40 115 3 43 135 74
Binary 11111000 10101001 111010 0 100000 1001101 11 100011 1011101 111100

Color Harmonies of #F8A93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A93A

Black with #F8A93A

Text Example


Text Example

White with #F8A93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A93A; }

 p { color: rgb(248,169,58); }

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

background-color css

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

 a { background-color: rgb(248,169,58); }

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

border-color css

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

 span { border-color: rgb(248,169,58); }

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