Html Css Color HEX #F25408 Persimmon

📋 copy color: '#F25408'

red 242 ◦ green 84 ◦ blue 8

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

Shades of Persimmon #F25408

Tints of Persimmon #F25408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 72.46%
G = 25.15%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F25408 (or 0xF25408) is known color: Persimmon. HEX triplet: F2, 54 and 08. RGB value is (242,84,8). Sum of RGB (Red+Green+Blue) = 242+84+8=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F25408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25408 is #0DABF7. Grayscale: #7B7B7B. Windows color (decimal): -895992 or 546034. OLE color: 546034.

HSL color Cylindrical-coordinate representation of color #F25408: hue angle of 19.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F25408 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 84 8 -
CMYK 0 0.65 0.97 0.05
HSL 19.49º 0.94% 0.49% -
HSV(B) 19.49º 0.97% 0.95% -
XYZ 39.83 25.24 3 -
YUV 122.58 63.35 213.18 -
System Red Green Blue C M Y K H S L
Decimal 242 84 8 0 0.65 0.97 0.05 19.49 0.94 0.49
Hex F2 54 8 0 41 61 5 13 5E 31
Octal 362 124 10 0 101 141 5 23 136 61
Binary 11110010 1010100 1000 0 1000001 1100001 101 10011 1011110 110001

Color Harmonies of #F25408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25408

Black with #F25408

Text Example


Text Example

White with #F25408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25408; }

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

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

background-color css

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

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

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

border-color css

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

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

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