Html Css Color HEX #F25917 Persimmon

📋 copy color: '#F25917'

red 242 ◦ green 89 ◦ blue 23

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

Shades of Persimmon #F25917

Tints of Persimmon #F25917

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

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

R = 68.36%
G = 25.14%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25917 (or 0xF25917) is known color: Persimmon. HEX triplet: F2, 59 and 17. RGB value is (242,89,23). Sum of RGB (Red+Green+Blue) = 242+89+23=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F25917 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25917 is #0DA6E8. Grayscale: #7F7F7F. Windows color (decimal): -894697 or 1530354. OLE color: 1530354.

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

Color convert

RGB 242 89 23 -
CMYK 0 0.63 0.90 0.05
HSL 18.08º 0.89% 0.52% -
HSV(B) 18.08º 0.9% 0.95% -
XYZ 40.34 26.08 3.72 -
YUV 127.22 69.19 209.87 -
System Red Green Blue C M Y K H S L
Decimal 242 89 23 0 0.63 0.90 0.05 18.08 0.89 0.52
Hex F2 59 17 0 3F 5A 5 12 59 34
Octal 362 131 27 0 77 132 5 22 131 64
Binary 11110010 1011001 10111 0 111111 1011010 101 10010 1011001 110100

Color Harmonies of #F25917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25917

Black with #F25917

Text Example


Text Example

White with #F25917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25917; }

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

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

background-color css

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

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

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

border-color css

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

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

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