Html Css Color HEX #F8A004 Orange Peel

📋 copy color: '#F8A004'

red 248 ◦ green 160 ◦ blue 4

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

Shades of Orange Peel #F8A004

Tints of Orange Peel #F8A004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 60.19%
G = 38.83%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8A004 (or 0xF8A004) is known color: Orange Peel. HEX triplet: F8, A0 and 04. RGB value is (248,160,4). Sum of RGB (Red+Green+Blue) = 248+160+4=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A004 is #075FFB. Grayscale: #A9A9A9. Windows color (decimal): -483324 or 303352. OLE color: 303352.

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

Color convert

RGB 248 160 4 -
CMYK 0 0.35 0.98 0.03
HSL 38.36º 0.97% 0.49% -
HSV(B) 38.36º 0.98% 0.97% -
XYZ 51.3 45.11 6.12 -
YUV 168.53 35.15 184.68 -
System Red Green Blue C M Y K H S L
Decimal 248 160 4 0 0.35 0.98 0.03 38.36 0.97 0.49
Hex F8 A0 4 0 23 62 3 26 61 31
Octal 370 240 4 0 43 142 3 46 141 61
Binary 11111000 10100000 100 0 100011 1100010 11 100110 1100001 110001

Color Harmonies of #F8A004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A004

Black with #F8A004

Text Example


Text Example

White with #F8A004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A004; }

 p { color: rgb(248,160,4); }

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

background-color css

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

 a { background-color: rgb(248,160,4); }

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

border-color css

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

 span { border-color: rgb(248,160,4); }

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