Html Css Color HEX #F2531A Persimmon

📋 copy color: '#F2531A'

red 242 ◦ green 83 ◦ blue 26

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

Shades of Persimmon #F2531A

Tints of Persimmon #F2531A

RGB

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

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

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

R = 68.95%
G = 23.65%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2531A (or 0xF2531A) is known color: Persimmon. HEX triplet: F2, 53 and 1A. RGB value is (242,83,26). Sum of RGB (Red+Green+Blue) = 242+83+26=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2531A is #0DACE5. Grayscale: #7C7C7C. Windows color (decimal): -896230 or 1725426. OLE color: 1725426.

HSL color Cylindrical-coordinate representation of color #F2531A: hue angle of 15.83º 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 #F2531A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 26 -
CMYK 0 0.66 0.89 0.05
HSL 15.83º 0.89% 0.53% -
HSV(B) 15.83º 0.89% 0.95% -
XYZ 39.9 25.14 3.73 -
YUV 124.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 242 83 26 0 0.66 0.89 0.05 15.83 0.89 0.53
Hex F2 53 1A 0 42 59 5 10 59 35
Octal 362 123 32 0 102 131 5 20 131 65
Binary 11110010 1010011 11010 0 1000010 1011001 101 10000 1011001 110101

Color Harmonies of #F2531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2531A

Black with #F2531A

Text Example


Text Example

White with #F2531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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