Html Css Color HEX #F25C17 Persimmon

📋 copy color: '#F25C17'

red 242 ◦ green 92 ◦ blue 23

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

Shades of Persimmon #F25C17

Tints of Persimmon #F25C17

RGB

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

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

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

R = 67.79%
G = 25.77%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25C17 (or 0xF25C17) is known color: Persimmon. HEX triplet: F2, 5C and 17. RGB value is (242,92,23). Sum of RGB (Red+Green+Blue) = 242+92+23=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C17 is #0DA3E8. Grayscale: #818181. Windows color (decimal): -893929 or 1531122. OLE color: 1531122.

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

Color convert

RGB 242 92 23 -
CMYK 0 0.62 0.90 0.05
HSL 18.9º 0.89% 0.52% -
HSV(B) 18.9º 0.9% 0.95% -
XYZ 40.6 26.59 3.8 -
YUV 128.98 68.2 208.61 -
System Red Green Blue C M Y K H S L
Decimal 242 92 23 0 0.62 0.90 0.05 18.9 0.89 0.52
Hex F2 5C 17 0 3E 5A 5 13 59 34
Octal 362 134 27 0 76 132 5 23 131 64
Binary 11110010 1011100 10111 0 111110 1011010 101 10011 1011001 110100

Color Harmonies of #F25C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C17

Black with #F25C17

Text Example


Text Example

White with #F25C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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