Html Css Color HEX #F8A033 Lightning Yellow

📋 copy color: '#F8A033'

red 248 ◦ green 160 ◦ blue 51

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

Shades of Lightning Yellow #F8A033

Tints of Lightning Yellow #F8A033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.11%

R = 54.03%
G = 34.86%
B = 11.11%

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

#F8A033 (or 0xF8A033) is known color: Lightning Yellow. HEX triplet: F8, A0 and 33. RGB value is (248,160,51). Sum of RGB (Red+Green+Blue) = 248+160+51=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A033 is #075FCC. Grayscale: #AEAEAE. Windows color (decimal): -483277 or 3383544. OLE color: 3383544.

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

Color convert

RGB 248 160 51 -
CMYK 0 0.35 0.79 0.03
HSL 33.2º 0.93% 0.59% -
HSV(B) 33.2º 0.79% 0.97% -
XYZ 51.88 45.34 9.15 -
YUV 173.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 248 160 51 0 0.35 0.79 0.03 33.2 0.93 0.59
Hex F8 A0 33 0 23 4F 3 21 5D 3B
Octal 370 240 63 0 43 117 3 41 135 73
Binary 11111000 10100000 110011 0 100011 1001111 11 100001 1011101 111011

Color Harmonies of #F8A033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A033

Black with #F8A033

Text Example


Text Example

White with #F8A033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A033; }

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

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

background-color css

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

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

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

border-color css

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

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

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