Html Css Color HEX #F25618 Persimmon

📋 copy color: '#F25618'

red 242 ◦ green 86 ◦ blue 24

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

Shades of Persimmon #F25618

Tints of Persimmon #F25618

RGB

 RED value IS 242 (94.92% from 255) = 68.75%

 GREEN value IS 86 (33.98% from 255) = 24.43%

 BLUE value IS 24 (9.77% from 255) = 6.82%

R = 68.75%
G = 24.43%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25618 (or 0xF25618) is known color: Persimmon. HEX triplet: F2, 56 and 18. RGB value is (242,86,24). Sum of RGB (Red+Green+Blue) = 242+86+24=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F25618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25618 is #0DA9E7. Grayscale: #7D7D7D. Windows color (decimal): -895464 or 1595122. OLE color: 1595122.

HSL color Cylindrical-coordinate representation of color #F25618: hue angle of 17.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F25618 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 24 -
CMYK 0 0.64 0.90 0.05
HSL 17.06º 0.89% 0.52% -
HSV(B) 17.06º 0.9% 0.95% -
XYZ 40.11 25.6 3.69 -
YUV 125.58 70.68 211.04 -
System Red Green Blue C M Y K H S L
Decimal 242 86 24 0 0.64 0.90 0.05 17.06 0.89 0.52
Hex F2 56 18 0 40 5A 5 11 59 34
Octal 362 126 30 0 100 132 5 21 131 64
Binary 11110010 1010110 11000 0 1000000 1011010 101 10001 1011001 110100

Color Harmonies of #F25618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25618

Black with #F25618

Text Example


Text Example

White with #F25618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25618; }

 p { color: rgb(242,86,24); }

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

background-color css

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

 a { background-color: rgb(242,86,24); }

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

border-color css

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

 span { border-color: rgb(242,86,24); }

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