Html Css Color HEX #F2521B Persimmon

📋 copy color: '#F2521B'

red 242 ◦ green 82 ◦ blue 27

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

Shades of Persimmon #F2521B

Tints of Persimmon #F2521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.36%

 BLUE value IS 27 (10.94% from 255) = 7.69%

R = 68.95%
G = 23.36%
B = 7.69%

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

#F2521B (or 0xF2521B) is known color: Persimmon. HEX triplet: F2, 52 and 1B. RGB value is (242,82,27). Sum of RGB (Red+Green+Blue) = 242+82+27=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F2521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2521B is #0DADE4. Grayscale: #7B7B7B. Windows color (decimal): -896485 or 1790706. OLE color: 1790706.

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

Color convert

RGB 242 82 27 -
CMYK 0 0.66 0.89 0.05
HSL 15.35º 0.89% 0.53% -
HSV(B) 15.35º 0.89% 0.95% -
XYZ 39.83 24.99 3.76 -
YUV 123.57 73.51 212.47 -
System Red Green Blue C M Y K H S L
Decimal 242 82 27 0 0.66 0.89 0.05 15.35 0.89 0.53
Hex F2 52 1B 0 42 59 5 F 59 35
Octal 362 122 33 0 102 131 5 17 131 65
Binary 11110010 1010010 11011 0 1000010 1011001 101 1111 1011001 110101

Color Harmonies of #F2521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2521B

Black with #F2521B

Text Example


Text Example

White with #F2521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2521B; }

 p { color: rgb(242,82,27); }

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

background-color css

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

 a { background-color: rgb(242,82,27); }

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

border-color css

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

 span { border-color: rgb(242,82,27); }

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