Html Css Color HEX #F25C09 Persimmon

📋 copy color: '#F25C09'

red 242 ◦ green 92 ◦ blue 9

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

Shades of Persimmon #F25C09

Tints of Persimmon #F25C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.82%

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

R = 70.55%
G = 26.82%
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

#F25C09 (or 0xF25C09) is known color: Persimmon. HEX triplet: F2, 5C and 09. RGB value is (242,92,9). Sum of RGB (Red+Green+Blue) = 242+92+9=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C09 is #0DA3F6. Grayscale: #7F7F7F. Windows color (decimal): -893943 or 613618. OLE color: 613618.

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

Color convert

RGB 242 92 9 -
CMYK 0 0.62 0.96 0.05
HSL 21.37º 0.93% 0.49% -
HSV(B) 21.37º 0.96% 0.95% -
XYZ 40.49 26.55 3.25 -
YUV 127.39 61.2 209.75 -
System Red Green Blue C M Y K H S L
Decimal 242 92 9 0 0.62 0.96 0.05 21.37 0.93 0.49
Hex F2 5C 9 0 3E 60 5 15 5D 31
Octal 362 134 11 0 76 140 5 25 135 61
Binary 11110010 1011100 1001 0 111110 1100000 101 10101 1011101 110001

Color Harmonies of #F25C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C09

Black with #F25C09

Text Example


Text Example

White with #F25C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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