Html Css Color HEX #F25318 Persimmon

📋 copy color: '#F25318'

red 242 ◦ green 83 ◦ blue 24

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

Shades of Persimmon #F25318

Tints of Persimmon #F25318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 69.34%
G = 23.78%
B = 6.88%

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

#F25318 (or 0xF25318) is known color: Persimmon. HEX triplet: F2, 53 and 18. RGB value is (242,83,24). Sum of RGB (Red+Green+Blue) = 242+83+24=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F25318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25318 is #0DACE7. Grayscale: #7C7C7C. Windows color (decimal): -896232 or 1594354. OLE color: 1594354.

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

Color convert

RGB 242 83 24 -
CMYK 0 0.66 0.90 0.05
HSL 16.24º 0.89% 0.52% -
HSV(B) 16.24º 0.9% 0.95% -
XYZ 39.88 25.13 3.61 -
YUV 123.82 71.68 212.3 -
System Red Green Blue C M Y K H S L
Decimal 242 83 24 0 0.66 0.90 0.05 16.24 0.89 0.52
Hex F2 53 18 0 42 5A 5 10 59 34
Octal 362 123 30 0 102 132 5 20 131 64
Binary 11110010 1010011 11000 0 1000010 1011010 101 10000 1011001 110100

Color Harmonies of #F25318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25318

Black with #F25318

Text Example


Text Example

White with #F25318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25318; }

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

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

background-color css

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

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

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

border-color css

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

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

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