Html Css Color HEX #F25514 Persimmon

📋 copy color: '#F25514'

red 242 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #F25514

Tints of Persimmon #F25514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

 BLUE value IS 20 (8.2% from 255) = 5.76%

R = 69.74%
G = 24.5%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F25514 (or 0xF25514) is known color: Persimmon. HEX triplet: F2, 55 and 14. RGB value is (242,85,20). Sum of RGB (Red+Green+Blue) = 242+85+20=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F25514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25514 is #0DAAEB. Grayscale: #7C7C7C. Windows color (decimal): -895724 or 1332722. OLE color: 1332722.

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

Color convert

RGB 242 85 20 -
CMYK 0 0.65 0.92 0.05
HSL 17.57º 0.9% 0.51% -
HSV(B) 17.57º 0.92% 0.95% -
XYZ 39.99 25.42 3.46 -
YUV 124.53 69.01 211.79 -
System Red Green Blue C M Y K H S L
Decimal 242 85 20 0 0.65 0.92 0.05 17.57 0.9 0.51
Hex F2 55 14 0 41 5C 5 12 5A 33
Octal 362 125 24 0 101 134 5 22 132 63
Binary 11110010 1010101 10100 0 1000001 1011100 101 10010 1011010 110011

Color Harmonies of #F25514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25514

Black with #F25514

Text Example


Text Example

White with #F25514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25514; }

 p { color: rgb(242,85,20); }

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

background-color css

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

 a { background-color: rgb(242,85,20); }

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

border-color css

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

 span { border-color: rgb(242,85,20); }

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