Html Css Color HEX #F25317 Persimmon

📋 copy color: '#F25317'

red 242 ◦ green 83 ◦ blue 23

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

Shades of Persimmon #F25317

Tints of Persimmon #F25317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

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

R = 69.54%
G = 23.85%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25317 (or 0xF25317) is known color: Persimmon. HEX triplet: F2, 53 and 17. RGB value is (242,83,23). Sum of RGB (Red+Green+Blue) = 242+83+23=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F25317 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25317 is #0DACE8. Grayscale: #7C7C7C. Windows color (decimal): -896233 or 1528818. OLE color: 1528818.

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

Color convert

RGB 242 83 23 -
CMYK 0 0.66 0.90 0.05
HSL 16.44º 0.89% 0.52% -
HSV(B) 16.44º 0.9% 0.95% -
XYZ 39.87 25.13 3.56 -
YUV 123.7 71.18 212.38 -
System Red Green Blue C M Y K H S L
Decimal 242 83 23 0 0.66 0.90 0.05 16.44 0.89 0.52
Hex F2 53 17 0 42 5A 5 10 59 34
Octal 362 123 27 0 102 132 5 20 131 64
Binary 11110010 1010011 10111 0 1000010 1011010 101 10000 1011001 110100

Color Harmonies of #F25317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25317

Black with #F25317

Text Example


Text Example

White with #F25317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25317; }

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

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

background-color css

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

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

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

border-color css

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

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

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