Html Css Color HEX #F85C0C Persimmon

📋 copy color: '#F85C0C'

red 248 ◦ green 92 ◦ blue 12

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

Shades of Persimmon #F85C0C

Tints of Persimmon #F85C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.14%

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

R = 70.45%
G = 26.14%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F85C0C (or 0xF85C0C) is known color: Persimmon. HEX triplet: F8, 5C and 0C. RGB value is (248,92,12). Sum of RGB (Red+Green+Blue) = 248+92+12=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C0C is #07A3F3. Grayscale: #818181. Windows color (decimal): -500724 or 810232. OLE color: 810232.

HSL color Cylindrical-coordinate representation of color #F85C0C: hue angle of 20.34º 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 #F85C0C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 92 12 -
CMYK 0 0.63 0.95 0.03
HSL 20.34º 0.94% 0.51% -
HSV(B) 20.34º 0.95% 0.97% -
XYZ 42.6 27.64 3.44 -
YUV 129.52 61.68 212.5 -
System Red Green Blue C M Y K H S L
Decimal 248 92 12 0 0.63 0.95 0.03 20.34 0.94 0.51
Hex F8 5C C 0 3F 5F 3 14 5E 33
Octal 370 134 14 0 77 137 3 24 136 63
Binary 11111000 1011100 1100 0 111111 1011111 11 10100 1011110 110011

Color Harmonies of #F85C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C0C

Black with #F85C0C

Text Example


Text Example

White with #F85C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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