Html Css Color HEX #F25005 Persimmon

📋 copy color: '#F25005'

red 242 ◦ green 80 ◦ blue 5

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

Shades of Persimmon #F25005

Tints of Persimmon #F25005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 74.01%
G = 24.46%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25005 (or 0xF25005) is known color: Persimmon. HEX triplet: F2, 50 and 05. RGB value is (242,80,5). Sum of RGB (Red+Green+Blue) = 242+80+5=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F25005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25005 is #0DAFFA. Grayscale: #787878. Windows color (decimal): -897019 or 348402. OLE color: 348402.

HSL color Cylindrical-coordinate representation of color #F25005: hue angle of 18.99º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F25005 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 5 -
CMYK 0 0.67 0.98 0.05
HSL 18.99º 0.96% 0.48% -
HSV(B) 18.99º 0.98% 0.95% -
XYZ 39.51 24.63 2.81 -
YUV 119.89 63.17 215.1 -
System Red Green Blue C M Y K H S L
Decimal 242 80 5 0 0.67 0.98 0.05 18.99 0.96 0.48
Hex F2 50 5 0 43 62 5 13 60 30
Octal 362 120 5 0 103 142 5 23 140 60
Binary 11110010 1010000 101 0 1000011 1100010 101 10011 1100000 110000

Color Harmonies of #F25005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25005

Black with #F25005

Text Example


Text Example

White with #F25005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25005; }

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

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

background-color css

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

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

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

border-color css

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

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

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