Html Css Color HEX #F25312 Persimmon

📋 copy color: '#F25312'

red 242 ◦ green 83 ◦ blue 18

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

Shades of Persimmon #F25312

Tints of Persimmon #F25312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 70.55%
G = 24.2%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F25312 (or 0xF25312) is known color: Persimmon. HEX triplet: F2, 53 and 12. RGB value is (242,83,18). Sum of RGB (Red+Green+Blue) = 242+83+18=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F25312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25312 is #0DACED. Grayscale: #7B7B7B. Windows color (decimal): -896238 or 1201138. OLE color: 1201138.

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

Color convert

RGB 242 83 18 -
CMYK 0 0.66 0.93 0.05
HSL 17.41º 0.9% 0.51% -
HSV(B) 17.41º 0.93% 0.95% -
XYZ 39.82 25.11 3.32 -
YUV 123.13 68.68 212.79 -
System Red Green Blue C M Y K H S L
Decimal 242 83 18 0 0.66 0.93 0.05 17.41 0.9 0.51
Hex F2 53 12 0 42 5D 5 11 5A 33
Octal 362 123 22 0 102 135 5 21 132 63
Binary 11110010 1010011 10010 0 1000010 1011101 101 10001 1011010 110011

Color Harmonies of #F25312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25312

Black with #F25312

Text Example


Text Example

White with #F25312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25312; }

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

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

background-color css

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

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

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

border-color css

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

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

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