Html Css Color HEX #F8A330 Lightning Yellow

📋 copy color: '#F8A330'

red 248 ◦ green 163 ◦ blue 48

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

Shades of Lightning Yellow #F8A330

Tints of Lightning Yellow #F8A330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

 BLUE value IS 48 (19.14% from 255) = 10.46%

R = 54.03%
G = 35.51%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8A330 (or 0xF8A330) is known color: Lightning Yellow. HEX triplet: F8, A3 and 30. RGB value is (248,163,48). Sum of RGB (Red+Green+Blue) = 248+163+48=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A330 is #075CCF. Grayscale: #AFAFAF. Windows color (decimal): -482512 or 3187704. OLE color: 3187704.

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

Color convert

RGB 248 163 48 -
CMYK 0 0.34 0.81 0.03
HSL 34.5º 0.93% 0.58% -
HSV(B) 34.5º 0.81% 0.97% -
XYZ 52.34 46.36 8.99 -
YUV 175.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 248 163 48 0 0.34 0.81 0.03 34.5 0.93 0.58
Hex F8 A3 30 0 22 51 3 22 5D 3A
Octal 370 243 60 0 42 121 3 42 135 72
Binary 11111000 10100011 110000 0 100010 1010001 11 100010 1011101 111010

Color Harmonies of #F8A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A330

Black with #F8A330

Text Example


Text Example

White with #F8A330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A330; }

 p { color: rgb(248,163,48); }

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

background-color css

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

 a { background-color: rgb(248,163,48); }

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

border-color css

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

 span { border-color: rgb(248,163,48); }

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