Html Css Color HEX #F8A32E Lightning Yellow

📋 copy color: '#F8A32E'

red 248 ◦ green 163 ◦ blue 46

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

Shades of Lightning Yellow #F8A32E

Tints of Lightning Yellow #F8A32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.07%

R = 54.27%
G = 35.67%
B = 10.07%

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

#F8A32E (or 0xF8A32E) is known color: Lightning Yellow. HEX triplet: F8, A3 and 2E. RGB value is (248,163,46). Sum of RGB (Red+Green+Blue) = 248+163+46=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A32E is #075CD1. Grayscale: #AFAFAF. Windows color (decimal): -482514 or 3056632. OLE color: 3056632.

HSL color Cylindrical-coordinate representation of color #F8A32E: hue angle of 34.75º degrees, saturation: 0.94, 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 #F8A32E is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 163 46 -
CMYK 0 0.34 0.81 0.03
HSL 34.75º 0.94% 0.58% -
HSV(B) 34.75º 0.81% 0.97% -
XYZ 52.3 46.35 8.77 -
YUV 175.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 248 163 46 0 0.34 0.81 0.03 34.75 0.94 0.58
Hex F8 A3 2E 0 22 51 3 23 5E 3A
Octal 370 243 56 0 42 121 3 43 136 72
Binary 11111000 10100011 101110 0 100010 1010001 11 100011 1011110 111010

Color Harmonies of #F8A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A32E

Black with #F8A32E

Text Example


Text Example

White with #F8A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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