Html Css Color HEX #F8A302 Orange

📋 copy color: '#F8A302'

red 248 ◦ green 163 ◦ blue 2

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

Shades of Orange #F8A302

Tints of Orange #F8A302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 60.05%
G = 39.47%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8A302 (or 0xF8A302) is known color: Orange. HEX triplet: F8, A3 and 02. RGB value is (248,163,2). Sum of RGB (Red+Green+Blue) = 248+163+2=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A302 is #075CFD. Grayscale: #AAAAAA. Windows color (decimal): -482558 or 173048. OLE color: 173048.

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

Color convert

RGB 248 163 2 -
CMYK 0 0.34 0.99 0.03
HSL 39.27º 0.98% 0.49% -
HSV(B) 39.27º 0.99% 0.97% -
XYZ 51.82 46.16 6.24 -
YUV 170.06 33.16 183.59 -
System Red Green Blue C M Y K H S L
Decimal 248 163 2 0 0.34 0.99 0.03 39.27 0.98 0.49
Hex F8 A3 2 0 22 63 3 27 62 31
Octal 370 243 2 0 42 143 3 47 142 61
Binary 11111000 10100011 10 0 100010 1100011 11 100111 1100010 110001

Color Harmonies of #F8A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A302

Black with #F8A302

Text Example


Text Example

White with #F8A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A302; }

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

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

background-color css

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

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

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

border-color css

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

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

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