Html Css Color HEX #F25009 Persimmon

📋 copy color: '#F25009'

red 242 ◦ green 80 ◦ blue 9

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

Shades of Persimmon #F25009

Tints of Persimmon #F25009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 73.11%
G = 24.17%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F25009 (or 0xF25009) is known color: Persimmon. HEX triplet: F2, 50 and 09. RGB value is (242,80,9). Sum of RGB (Red+Green+Blue) = 242+80+9=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F25009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25009 is #0DAFF6. Grayscale: #787878. Windows color (decimal): -897015 or 610546. OLE color: 610546.

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

Color convert

RGB 242 80 9 -
CMYK 0 0.67 0.96 0.05
HSL 18.28º 0.93% 0.49% -
HSV(B) 18.28º 0.96% 0.95% -
XYZ 39.54 24.63 2.93 -
YUV 120.34 65.17 214.77 -
System Red Green Blue C M Y K H S L
Decimal 242 80 9 0 0.67 0.96 0.05 18.28 0.93 0.49
Hex F2 50 9 0 43 60 5 12 5D 31
Octal 362 120 11 0 103 140 5 22 135 61
Binary 11110010 1010000 1001 0 1000011 1100000 101 10010 1011101 110001

Color Harmonies of #F25009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25009

Black with #F25009

Text Example


Text Example

White with #F25009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25009; }

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

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

background-color css

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

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

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

border-color css

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

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

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