Html Css Color HEX #F25F09 Persimmon

📋 copy color: '#F25F09'

red 242 ◦ green 95 ◦ blue 9

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

Shades of Persimmon #F25F09

Tints of Persimmon #F25F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

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

R = 69.94%
G = 27.46%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F25F09 (or 0xF25F09) is known color: Persimmon. HEX triplet: F2, 5F and 09. RGB value is (242,95,9). Sum of RGB (Red+Green+Blue) = 242+95+9=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25F09 is #0DA0F6. Grayscale: #818181. Windows color (decimal): -893175 or 614386. OLE color: 614386.

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

Color convert

RGB 242 95 9 -
CMYK 0 0.61 0.96 0.05
HSL 22.15º 0.93% 0.49% -
HSV(B) 22.15º 0.96% 0.95% -
XYZ 40.76 27.08 3.34 -
YUV 129.15 60.2 208.49 -
System Red Green Blue C M Y K H S L
Decimal 242 95 9 0 0.61 0.96 0.05 22.15 0.93 0.49
Hex F2 5F 9 0 3D 60 5 16 5D 31
Octal 362 137 11 0 75 140 5 26 135 61
Binary 11110010 1011111 1001 0 111101 1100000 101 10110 1011101 110001

Color Harmonies of #F25F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F09

Black with #F25F09

Text Example


Text Example

White with #F25F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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