Html Css Color HEX #F25404 Persimmon

📋 copy color: '#F25404'

red 242 ◦ green 84 ◦ blue 4

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

Shades of Persimmon #F25404

Tints of Persimmon #F25404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 73.33%
G = 25.45%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25404 (or 0xF25404) is known color: Persimmon. HEX triplet: F2, 54 and 04. RGB value is (242,84,4). Sum of RGB (Red+Green+Blue) = 242+84+4=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F25404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25404 is #0DABFB. Grayscale: #7A7A7A. Windows color (decimal): -895996 or 283890. OLE color: 283890.

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

Color convert

RGB 242 84 4 -
CMYK 0 0.65 0.98 0.05
HSL 20.17º 0.97% 0.48% -
HSV(B) 20.17º 0.98% 0.95% -
XYZ 39.81 25.23 2.89 -
YUV 122.12 61.35 213.5 -
System Red Green Blue C M Y K H S L
Decimal 242 84 4 0 0.65 0.98 0.05 20.17 0.97 0.48
Hex F2 54 4 0 41 62 5 14 61 30
Octal 362 124 4 0 101 142 5 24 141 60
Binary 11110010 1010100 100 0 1000001 1100010 101 10100 1100001 110000

Color Harmonies of #F25404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25404

Black with #F25404

Text Example


Text Example

White with #F25404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25404; }

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

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

background-color css

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

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

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

border-color css

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

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

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