Html Css Color HEX #F25D09 Persimmon

📋 copy color: '#F25D09'

red 242 ◦ green 93 ◦ blue 9

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

Shades of Persimmon #F25D09

Tints of Persimmon #F25D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 70.35%
G = 27.03%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F25D09 (or 0xF25D09) is known color: Persimmon. HEX triplet: F2, 5D and 09. RGB value is (242,93,9). Sum of RGB (Red+Green+Blue) = 242+93+9=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25D09 is #0DA2F6. Grayscale: #808080. Windows color (decimal): -893687 or 613874. OLE color: 613874.

HSL color Cylindrical-coordinate representation of color #F25D09: hue angle of 21.63º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F25D09 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 93 9 -
CMYK 0 0.62 0.96 0.05
HSL 21.63º 0.93% 0.49% -
HSV(B) 21.63º 0.96% 0.95% -
XYZ 40.58 26.73 3.28 -
YUV 127.98 60.86 209.33 -
System Red Green Blue C M Y K H S L
Decimal 242 93 9 0 0.62 0.96 0.05 21.63 0.93 0.49
Hex F2 5D 9 0 3E 60 5 16 5D 31
Octal 362 135 11 0 76 140 5 26 135 61
Binary 11110010 1011101 1001 0 111110 1100000 101 10110 1011101 110001

Color Harmonies of #F25D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D09

Black with #F25D09

Text Example


Text Example

White with #F25D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D09; }

 p { color: rgb(242,93,9); }

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

background-color css

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

 a { background-color: rgb(242,93,9); }

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

border-color css

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

 span { border-color: rgb(242,93,9); }

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