Html Css Color HEX #F25319 Persimmon

📋 copy color: '#F25319'

red 242 ◦ green 83 ◦ blue 25

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

Shades of Persimmon #F25319

Tints of Persimmon #F25319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

 BLUE value IS 25 (10.16% from 255) = 7.14%

R = 69.14%
G = 23.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25319 (or 0xF25319) is known color: Persimmon. HEX triplet: F2, 53 and 19. RGB value is (242,83,25). Sum of RGB (Red+Green+Blue) = 242+83+25=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F25319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25319 is #0DACE6. Grayscale: #7C7C7C. Windows color (decimal): -896231 or 1659890. OLE color: 1659890.

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

Color convert

RGB 242 83 25 -
CMYK 0 0.66 0.90 0.05
HSL 16.04º 0.89% 0.52% -
HSV(B) 16.04º 0.9% 0.95% -
XYZ 39.89 25.13 3.67 -
YUV 123.93 72.18 212.22 -
System Red Green Blue C M Y K H S L
Decimal 242 83 25 0 0.66 0.90 0.05 16.04 0.89 0.52
Hex F2 53 19 0 42 5A 5 10 59 34
Octal 362 123 31 0 102 132 5 20 131 64
Binary 11110010 1010011 11001 0 1000010 1011010 101 10000 1011001 110100

Color Harmonies of #F25319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25319

Black with #F25319

Text Example


Text Example

White with #F25319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25319; }

 p { color: rgb(242,83,25); }

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

background-color css

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

 a { background-color: rgb(242,83,25); }

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

border-color css

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

 span { border-color: rgb(242,83,25); }

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