Html Css Color HEX #F25804 Persimmon

📋 copy color: '#F25804'

red 242 ◦ green 88 ◦ blue 4

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

Shades of Persimmon #F25804

Tints of Persimmon #F25804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.35%

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

R = 72.46%
G = 26.35%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25804 (or 0xF25804) is known color: Persimmon. HEX triplet: F2, 58 and 04. RGB value is (242,88,4). Sum of RGB (Red+Green+Blue) = 242+88+4=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F25804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25804 is #0DA7FB. Grayscale: #7C7C7C. Windows color (decimal): -894972 or 284914. OLE color: 284914.

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

Color convert

RGB 242 88 4 -
CMYK 0 0.64 0.98 0.05
HSL 21.18º 0.97% 0.48% -
HSV(B) 21.18º 0.98% 0.95% -
XYZ 40.13 25.87 2.99 -
YUV 124.47 60.02 211.83 -
System Red Green Blue C M Y K H S L
Decimal 242 88 4 0 0.64 0.98 0.05 21.18 0.97 0.48
Hex F2 58 4 0 40 62 5 15 61 30
Octal 362 130 4 0 100 142 5 25 141 60
Binary 11110010 1011000 100 0 1000000 1100010 101 10101 1100001 110000

Color Harmonies of #F25804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25804

Black with #F25804

Text Example


Text Example

White with #F25804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25804; }

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

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

background-color css

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

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

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

border-color css

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

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

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