Html Css Color HEX #F2541A Persimmon

📋 copy color: '#F2541A'

red 242 ◦ green 84 ◦ blue 26

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

Shades of Persimmon #F2541A

Tints of Persimmon #F2541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 68.75%
G = 23.86%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2541A (or 0xF2541A) is known color: Persimmon. HEX triplet: F2, 54 and 1A. RGB value is (242,84,26). Sum of RGB (Red+Green+Blue) = 242+84+26=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2541A is #0DABE5. Grayscale: #7D7D7D. Windows color (decimal): -895974 or 1725682. OLE color: 1725682.

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

Color convert

RGB 242 84 26 -
CMYK 0 0.65 0.89 0.05
HSL 16.11º 0.89% 0.53% -
HSV(B) 16.11º 0.89% 0.95% -
XYZ 39.97 25.29 3.75 -
YUV 124.63 72.35 211.72 -
System Red Green Blue C M Y K H S L
Decimal 242 84 26 0 0.65 0.89 0.05 16.11 0.89 0.53
Hex F2 54 1A 0 41 59 5 10 59 35
Octal 362 124 32 0 101 131 5 20 131 65
Binary 11110010 1010100 11010 0 1000001 1011001 101 10000 1011001 110101

Color Harmonies of #F2541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2541A

Black with #F2541A

Text Example


Text Example

White with #F2541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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