Html Css Color HEX #F25415 Persimmon

📋 copy color: '#F25415'

red 242 ◦ green 84 ◦ blue 21

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

Shades of Persimmon #F25415

Tints of Persimmon #F25415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.05%

R = 69.74%
G = 24.21%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F25415 (or 0xF25415) is known color: Persimmon. HEX triplet: F2, 54 and 15. RGB value is (242,84,21). Sum of RGB (Red+Green+Blue) = 242+84+21=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F25415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25415 is #0DABEA. Grayscale: #7C7C7C. Windows color (decimal): -895979 or 1398002. OLE color: 1398002.

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

Color convert

RGB 242 84 21 -
CMYK 0 0.65 0.91 0.05
HSL 17.1º 0.89% 0.52% -
HSV(B) 17.1º 0.91% 0.95% -
XYZ 39.92 25.27 3.48 -
YUV 124.06 69.85 212.12 -
System Red Green Blue C M Y K H S L
Decimal 242 84 21 0 0.65 0.91 0.05 17.1 0.89 0.52
Hex F2 54 15 0 41 5B 5 11 59 34
Octal 362 124 25 0 101 133 5 21 131 64
Binary 11110010 1010100 10101 0 1000001 1011011 101 10001 1011001 110100

Color Harmonies of #F25415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25415

Black with #F25415

Text Example


Text Example

White with #F25415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25415; }

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

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

background-color css

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

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

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

border-color css

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

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

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