Html Css Color HEX #F25609 Persimmon

📋 copy color: '#F25609'

red 242 ◦ green 86 ◦ blue 9

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

Shades of Persimmon #F25609

Tints of Persimmon #F25609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.52%

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

R = 71.81%
G = 25.52%
B = 2.67%

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

#F25609 (or 0xF25609) is known color: Persimmon. HEX triplet: F2, 56 and 09. RGB value is (242,86,9). Sum of RGB (Red+Green+Blue) = 242+86+9=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F25609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25609 is #0DA9F6. Grayscale: #7C7C7C. Windows color (decimal): -895479 or 612082. OLE color: 612082.

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

Color convert

RGB 242 86 9 -
CMYK 0 0.64 0.96 0.05
HSL 19.83º 0.93% 0.49% -
HSV(B) 19.83º 0.96% 0.95% -
XYZ 40 25.55 3.08 -
YUV 123.87 63.18 212.26 -
System Red Green Blue C M Y K H S L
Decimal 242 86 9 0 0.64 0.96 0.05 19.83 0.93 0.49
Hex F2 56 9 0 40 60 5 14 5D 31
Octal 362 126 11 0 100 140 5 24 135 61
Binary 11110010 1010110 1001 0 1000000 1100000 101 10100 1011101 110001

Color Harmonies of #F25609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25609

Black with #F25609

Text Example


Text Example

White with #F25609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25609; }

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

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

background-color css

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

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

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

border-color css

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

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

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