Html Css Color HEX #F8A329 Lightning Yellow

📋 copy color: '#F8A329'

red 248 ◦ green 163 ◦ blue 41

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

Shades of Lightning Yellow #F8A329

Tints of Lightning Yellow #F8A329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.07%

R = 54.87%
G = 36.06%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8A329 (or 0xF8A329) is known color: Lightning Yellow. HEX triplet: F8, A3 and 29. RGB value is (248,163,41). Sum of RGB (Red+Green+Blue) = 248+163+41=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A329 is #075CD6. Grayscale: #AFAFAF. Windows color (decimal): -482519 or 2728952. OLE color: 2728952.

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

Color convert

RGB 248 163 41 -
CMYK 0 0.34 0.83 0.03
HSL 35.36º 0.94% 0.57% -
HSV(B) 35.36º 0.83% 0.97% -
XYZ 52.21 46.31 8.29 -
YUV 174.51 52.66 180.42 -
System Red Green Blue C M Y K H S L
Decimal 248 163 41 0 0.34 0.83 0.03 35.36 0.94 0.57
Hex F8 A3 29 0 22 53 3 23 5E 39
Octal 370 243 51 0 42 123 3 43 136 71
Binary 11111000 10100011 101001 0 100010 1010011 11 100011 1011110 111001

Color Harmonies of #F8A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A329

Black with #F8A329

Text Example


Text Example

White with #F8A329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A329; }

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

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

background-color css

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

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

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

border-color css

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

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

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