Html Css Color HEX #F85A0C Persimmon

📋 copy color: '#F85A0C'

red 248 ◦ green 90 ◦ blue 12

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

Shades of Persimmon #F85A0C

Tints of Persimmon #F85A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.71%

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 70.86%
G = 25.71%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F85A0C (or 0xF85A0C) is known color: Persimmon. HEX triplet: F8, 5A and 0C. RGB value is (248,90,12). Sum of RGB (Red+Green+Blue) = 248+90+12=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A0C is #07A5F3. Grayscale: #808080. Windows color (decimal): -501236 or 809720. OLE color: 809720.

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

Color convert

RGB 248 90 12 -
CMYK 0 0.64 0.95 0.03
HSL 19.83º 0.94% 0.51% -
HSV(B) 19.83º 0.95% 0.97% -
XYZ 42.43 27.3 3.38 -
YUV 128.35 62.35 213.34 -
System Red Green Blue C M Y K H S L
Decimal 248 90 12 0 0.64 0.95 0.03 19.83 0.94 0.51
Hex F8 5A C 0 40 5F 3 14 5E 33
Octal 370 132 14 0 100 137 3 24 136 63
Binary 11111000 1011010 1100 0 1000000 1011111 11 10100 1011110 110011

Color Harmonies of #F85A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A0C

Black with #F85A0C

Text Example


Text Example

White with #F85A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A0C; }

 p { color: rgb(248,90,12); }

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

background-color css

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

 a { background-color: rgb(248,90,12); }

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

border-color css

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

 span { border-color: rgb(248,90,12); }

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