Html Css Color HEX #F25200 Persimmon

📋 copy color: '#F25200'

red 242 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #F25200

Tints of Persimmon #F25200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.69%
G = 25.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F25200 (or 0xF25200) is known color: Persimmon. HEX triplet: F2, 52 and 00. RGB value is (242,82,0). Sum of RGB (Red+Green+Blue) = 242+82+0=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F25200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25200 is #0DADFF. Grayscale: #787878. Windows color (decimal): -896512 or 21234. OLE color: 21234.

HSL color Cylindrical-coordinate representation of color #F25200: hue angle of 20.33º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F25200 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 0 -
CMYK 0 0.66 1 0.05
HSL 20.33º 1% 0.47% -
HSV(B) 20.33º 1% 0.95% -
XYZ 39.64 24.91 2.72 -
YUV 120.49 60.01 214.67 -
System Red Green Blue C M Y K H S L
Decimal 242 82 0 0 0.66 1 0.05 20.33 1 0.47
Hex F2 52 0 0 42 64 5 14 64 2F
Octal 362 122 0 0 102 144 5 24 144 57
Binary 11110010 1010010 0 0 1000010 1100100 101 10100 1100100 101111

Color Harmonies of #F25200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25200

Black with #F25200

Text Example


Text Example

White with #F25200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25200; }

 p { color: rgb(242,82,0); }

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

background-color css

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

 a { background-color: rgb(242,82,0); }

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

border-color css

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

 span { border-color: rgb(242,82,0); }

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