Html Css Color HEX #F25517 Persimmon

📋 copy color: '#F25517'

red 242 ◦ green 85 ◦ blue 23

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

Shades of Persimmon #F25517

Tints of Persimmon #F25517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 69.14%
G = 24.29%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25517 (or 0xF25517) is known color: Persimmon. HEX triplet: F2, 55 and 17. RGB value is (242,85,23). Sum of RGB (Red+Green+Blue) = 242+85+23=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F25517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25517 is #0DAAE8. Grayscale: #7D7D7D. Windows color (decimal): -895721 or 1529330. OLE color: 1529330.

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

Color convert

RGB 242 85 23 -
CMYK 0 0.65 0.90 0.05
HSL 16.99º 0.89% 0.52% -
HSV(B) 16.99º 0.9% 0.95% -
XYZ 40.02 25.44 3.61 -
YUV 124.88 70.51 211.54 -
System Red Green Blue C M Y K H S L
Decimal 242 85 23 0 0.65 0.90 0.05 16.99 0.89 0.52
Hex F2 55 17 0 41 5A 5 11 59 34
Octal 362 125 27 0 101 132 5 21 131 64
Binary 11110010 1010101 10111 0 1000001 1011010 101 10001 1011001 110100

Color Harmonies of #F25517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25517

Black with #F25517

Text Example


Text Example

White with #F25517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25517; }

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

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

background-color css

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

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

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

border-color css

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

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

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