Html Css Color HEX #F25004 Persimmon

📋 copy color: '#F25004'

red 242 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #F25004

Tints of Persimmon #F25004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 74.23%
G = 24.54%
B = 1.23%

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

#F25004 (or 0xF25004) is known color: Persimmon. HEX triplet: F2, 50 and 04. RGB value is (242,80,4). Sum of RGB (Red+Green+Blue) = 242+80+4=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F25004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25004 is #0DAFFB. Grayscale: #787878. Windows color (decimal): -897020 or 282866. OLE color: 282866.

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

Color convert

RGB 242 80 4 -
CMYK 0 0.67 0.98 0.05
HSL 19.16º 0.97% 0.48% -
HSV(B) 19.16º 0.98% 0.95% -
XYZ 39.51 24.62 2.79 -
YUV 119.77 62.67 215.18 -
System Red Green Blue C M Y K H S L
Decimal 242 80 4 0 0.67 0.98 0.05 19.16 0.97 0.48
Hex F2 50 4 0 43 62 5 13 61 30
Octal 362 120 4 0 103 142 5 23 141 60
Binary 11110010 1010000 100 0 1000011 1100010 101 10011 1100001 110000

Color Harmonies of #F25004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25004

Black with #F25004

Text Example


Text Example

White with #F25004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25004; }

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

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

background-color css

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

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

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

border-color css

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

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

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