Html Css Color HEX #F8970A Orange Peel

📋 copy color: '#F8970A'

red 248 ◦ green 151 ◦ blue 10

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

Shades of Orange Peel #F8970A

Tints of Orange Peel #F8970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 60.64%
G = 36.92%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8970A (or 0xF8970A) is known color: Orange Peel. HEX triplet: F8, 97 and 0A. RGB value is (248,151,10). Sum of RGB (Red+Green+Blue) = 248+151+10=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8970A is #0768F5. Grayscale: #A4A4A4. Windows color (decimal): -485622 or 694264. OLE color: 694264.

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

Color convert

RGB 248 151 10 -
CMYK 0 0.39 0.96 0.03
HSL 35.55º 0.94% 0.51% -
HSV(B) 35.55º 0.96% 0.97% -
XYZ 49.83 42.11 5.79 -
YUV 163.93 41.14 187.96 -
System Red Green Blue C M Y K H S L
Decimal 248 151 10 0 0.39 0.96 0.03 35.55 0.94 0.51
Hex F8 97 A 0 27 60 3 24 5E 33
Octal 370 227 12 0 47 140 3 44 136 63
Binary 11111000 10010111 1010 0 100111 1100000 11 100100 1011110 110011

Color Harmonies of #F8970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8970A

Black with #F8970A

Text Example


Text Example

White with #F8970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8970A; }

 p { color: rgb(248,151,10); }

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

background-color css

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

 a { background-color: rgb(248,151,10); }

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

border-color css

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

 span { border-color: rgb(248,151,10); }

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