Html Css Color HEX #F25617 Persimmon

📋 copy color: '#F25617'

red 242 ◦ green 86 ◦ blue 23

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

Shades of Persimmon #F25617

Tints of Persimmon #F25617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 68.95%
G = 24.5%
B = 6.55%

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

#F25617 (or 0xF25617) is known color: Persimmon. HEX triplet: F2, 56 and 17. RGB value is (242,86,23). Sum of RGB (Red+Green+Blue) = 242+86+23=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F25617 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25617 is #0DA9E8. Grayscale: #7D7D7D. Windows color (decimal): -895465 or 1529586. OLE color: 1529586.

HSL color Cylindrical-coordinate representation of color #F25617: hue angle of 17.26º 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 #F25617 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 23 -
CMYK 0 0.64 0.90 0.05
HSL 17.26º 0.89% 0.52% -
HSV(B) 17.26º 0.9% 0.95% -
XYZ 40.1 25.59 3.64 -
YUV 125.46 70.18 211.12 -
System Red Green Blue C M Y K H S L
Decimal 242 86 23 0 0.64 0.90 0.05 17.26 0.89 0.52
Hex F2 56 17 0 40 5A 5 11 59 34
Octal 362 126 27 0 100 132 5 21 131 64
Binary 11110010 1010110 10111 0 1000000 1011010 101 10001 1011001 110100

Color Harmonies of #F25617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25617

Black with #F25617

Text Example


Text Example

White with #F25617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25617; }

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

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

background-color css

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

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

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

border-color css

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

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

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