Html Css Color HEX #F8A32C Lightning Yellow

📋 copy color: '#F8A32C'

red 248 ◦ green 163 ◦ blue 44

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

Shades of Lightning Yellow #F8A32C

Tints of Lightning Yellow #F8A32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.67%

R = 54.51%
G = 35.82%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8A32C (or 0xF8A32C) is known color: Lightning Yellow. HEX triplet: F8, A3 and 2C. RGB value is (248,163,44). Sum of RGB (Red+Green+Blue) = 248+163+44=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A32C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A32C is #075CD3. Grayscale: #AFAFAF. Windows color (decimal): -482516 or 2925560. OLE color: 2925560.

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

Color convert

RGB 248 163 44 -
CMYK 0 0.34 0.82 0.03
HSL 35º 0.94% 0.57% -
HSV(B) 35º 0.82% 0.97% -
XYZ 52.26 46.33 8.57 -
YUV 174.85 54.16 180.18 -
System Red Green Blue C M Y K H S L
Decimal 248 163 44 0 0.34 0.82 0.03 35 0.94 0.57
Hex F8 A3 2C 0 22 52 3 23 5E 39
Octal 370 243 54 0 42 122 3 43 136 71
Binary 11111000 10100011 101100 0 100010 1010010 11 100011 1011110 111001

Color Harmonies of #F8A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A32C

Black with #F8A32C

Text Example


Text Example

White with #F8A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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