Html Css Color HEX #F25709 Persimmon

📋 copy color: '#F25709'

red 242 ◦ green 87 ◦ blue 9

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

Shades of Persimmon #F25709

Tints of Persimmon #F25709

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

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

R = 71.6%
G = 25.74%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F25709 (or 0xF25709) is known color: Persimmon. HEX triplet: F2, 57 and 09. RGB value is (242,87,9). Sum of RGB (Red+Green+Blue) = 242+87+9=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F25709 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25709 is #0DA8F6. Grayscale: #7C7C7C. Windows color (decimal): -895223 or 612338. OLE color: 612338.

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

Color convert

RGB 242 87 9 -
CMYK 0 0.64 0.96 0.05
HSL 20.09º 0.93% 0.49% -
HSV(B) 20.09º 0.96% 0.95% -
XYZ 40.08 25.71 3.11 -
YUV 124.45 62.85 211.84 -
System Red Green Blue C M Y K H S L
Decimal 242 87 9 0 0.64 0.96 0.05 20.09 0.93 0.49
Hex F2 57 9 0 40 60 5 14 5D 31
Octal 362 127 11 0 100 140 5 24 135 61
Binary 11110010 1010111 1001 0 1000000 1100000 101 10100 1011101 110001

Color Harmonies of #F25709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25709

Black with #F25709

Text Example


Text Example

White with #F25709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25709; }

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

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

background-color css

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

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

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

border-color css

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

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

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