Html Css Color HEX #F2570A Persimmon

📋 copy color: '#F2570A'

red 242 ◦ green 87 ◦ blue 10

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

Shades of Persimmon #F2570A

Tints of Persimmon #F2570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 10 (4.3% from 255) = 2.95%

R = 71.39%
G = 25.66%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2570A (or 0xF2570A) is known color: Persimmon. HEX triplet: F2, 57 and 0A. RGB value is (242,87,10). Sum of RGB (Red+Green+Blue) = 242+87+10=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2570A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2570A is #0DA8F5. Grayscale: #7D7D7D. Windows color (decimal): -895222 or 677874. OLE color: 677874.

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

Color convert

RGB 242 87 10 -
CMYK 0 0.64 0.96 0.05
HSL 19.91º 0.92% 0.49% -
HSV(B) 19.91º 0.96% 0.95% -
XYZ 40.08 25.72 3.14 -
YUV 124.57 63.35 211.76 -
System Red Green Blue C M Y K H S L
Decimal 242 87 10 0 0.64 0.96 0.05 19.91 0.92 0.49
Hex F2 57 A 0 40 60 5 14 5C 31
Octal 362 127 12 0 100 140 5 24 134 61
Binary 11110010 1010111 1010 0 1000000 1100000 101 10100 1011100 110001

Color Harmonies of #F2570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2570A

Black with #F2570A

Text Example


Text Example

White with #F2570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2570A; }

 p { color: rgb(242,87,10); }

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

background-color css

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

 a { background-color: rgb(242,87,10); }

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

border-color css

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

 span { border-color: rgb(242,87,10); }

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