Html Css Color HEX #F25818 Persimmon

📋 copy color: '#F25818'

red 242 ◦ green 88 ◦ blue 24

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

Shades of Persimmon #F25818

Tints of Persimmon #F25818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

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

R = 68.36%
G = 24.86%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25818 (or 0xF25818) is known color: Persimmon. HEX triplet: F2, 58 and 18. RGB value is (242,88,24). Sum of RGB (Red+Green+Blue) = 242+88+24=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F25818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25818 is #0DA7E7. Grayscale: #7F7F7F. Windows color (decimal): -894952 or 1595634. OLE color: 1595634.

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

Color convert

RGB 242 88 24 -
CMYK 0 0.64 0.90 0.05
HSL 17.61º 0.89% 0.52% -
HSV(B) 17.61º 0.9% 0.95% -
XYZ 40.27 25.92 3.75 -
YUV 126.75 70.02 210.2 -
System Red Green Blue C M Y K H S L
Decimal 242 88 24 0 0.64 0.90 0.05 17.61 0.89 0.52
Hex F2 58 18 0 40 5A 5 12 59 34
Octal 362 130 30 0 100 132 5 22 131 64
Binary 11110010 1011000 11000 0 1000000 1011010 101 10010 1011001 110100

Color Harmonies of #F25818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25818

Black with #F25818

Text Example


Text Example

White with #F25818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25818; }

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

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

background-color css

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

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

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

border-color css

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

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

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