Html Css Color HEX #F8A034 Lightning Yellow

📋 copy color: '#F8A034'

red 248 ◦ green 160 ◦ blue 52

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

Shades of Lightning Yellow #F8A034

Tints of Lightning Yellow #F8A034

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.78%

 BLUE value IS 52 (20.7% from 255) = 11.3%

R = 53.91%
G = 34.78%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F8A034 (or 0xF8A034) is known color: Lightning Yellow. HEX triplet: F8, A0 and 34. RGB value is (248,160,52). Sum of RGB (Red+Green+Blue) = 248+160+52=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A034 is #075FCB. Grayscale: #AEAEAE. Windows color (decimal): -483276 or 3449080. OLE color: 3449080.

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

Color convert

RGB 248 160 52 -
CMYK 0 0.35 0.79 0.03
HSL 33.06º 0.93% 0.59% -
HSV(B) 33.06º 0.79% 0.97% -
XYZ 51.9 45.35 9.27 -
YUV 174 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 248 160 52 0 0.35 0.79 0.03 33.06 0.93 0.59
Hex F8 A0 34 0 23 4F 3 21 5D 3B
Octal 370 240 64 0 43 117 3 41 135 73
Binary 11111000 10100000 110100 0 100011 1001111 11 100001 1011101 111011

Color Harmonies of #F8A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A034

Black with #F8A034

Text Example


Text Example

White with #F8A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A034; }

 p { color: rgb(248,160,52); }

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

background-color css

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

 a { background-color: rgb(248,160,52); }

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

border-color css

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

 span { border-color: rgb(248,160,52); }

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