Html Css Color HEX #F25904 Persimmon

📋 copy color: '#F25904'

red 242 ◦ green 89 ◦ blue 4

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

Shades of Persimmon #F25904

Tints of Persimmon #F25904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

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

R = 72.24%
G = 26.57%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25904 (or 0xF25904) is known color: Persimmon. HEX triplet: F2, 59 and 04. RGB value is (242,89,4). Sum of RGB (Red+Green+Blue) = 242+89+4=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F25904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25904 is #0DA6FB. Grayscale: #7D7D7D. Windows color (decimal): -894716 or 285170. OLE color: 285170.

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

Color convert

RGB 242 89 4 -
CMYK 0 0.63 0.98 0.05
HSL 21.43º 0.97% 0.48% -
HSV(B) 21.43º 0.98% 0.95% -
XYZ 40.21 26.03 3.02 -
YUV 125.06 59.69 211.41 -
System Red Green Blue C M Y K H S L
Decimal 242 89 4 0 0.63 0.98 0.05 21.43 0.97 0.48
Hex F2 59 4 0 3F 62 5 15 61 30
Octal 362 131 4 0 77 142 5 25 141 60
Binary 11110010 1011001 100 0 111111 1100010 101 10101 1100001 110000

Color Harmonies of #F25904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25904

Black with #F25904

Text Example


Text Example

White with #F25904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25904; }

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

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

background-color css

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

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

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

border-color css

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

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

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