Html Css Color HEX #F25F04 Persimmon

📋 copy color: '#F25F04'

red 242 ◦ green 95 ◦ blue 4

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

Shades of Persimmon #F25F04

Tints of Persimmon #F25F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

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

R = 70.97%
G = 27.86%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25F04 (or 0xF25F04) is known color: Persimmon. HEX triplet: F2, 5F and 04. RGB value is (242,95,4). Sum of RGB (Red+Green+Blue) = 242+95+4=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25F04 is #0DA0FB. Grayscale: #818181. Windows color (decimal): -893180 or 286706. OLE color: 286706.

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

Color convert

RGB 242 95 4 -
CMYK 0 0.61 0.98 0.05
HSL 22.94º 0.97% 0.48% -
HSV(B) 22.94º 0.98% 0.95% -
XYZ 40.73 27.07 3.19 -
YUV 128.58 57.7 208.9 -
System Red Green Blue C M Y K H S L
Decimal 242 95 4 0 0.61 0.98 0.05 22.94 0.97 0.48
Hex F2 5F 4 0 3D 62 5 17 61 30
Octal 362 137 4 0 75 142 5 27 141 60
Binary 11110010 1011111 100 0 111101 1100010 101 10111 1100001 110000

Color Harmonies of #F25F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F04

Black with #F25F04

Text Example


Text Example

White with #F25F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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