Html Css Color HEX #F25316 Persimmon

📋 copy color: '#F25316'

red 242 ◦ green 83 ◦ blue 22

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

Shades of Persimmon #F25316

Tints of Persimmon #F25316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 69.74%
G = 23.92%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F25316 (or 0xF25316) is known color: Persimmon. HEX triplet: F2, 53 and 16. RGB value is (242,83,22). Sum of RGB (Red+Green+Blue) = 242+83+22=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F25316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25316 is #0DACE9. Grayscale: #7B7B7B. Windows color (decimal): -896234 or 1463282. OLE color: 1463282.

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

Color convert

RGB 242 83 22 -
CMYK 0 0.66 0.91 0.05
HSL 16.64º 0.89% 0.52% -
HSV(B) 16.64º 0.91% 0.95% -
XYZ 39.86 25.12 3.51 -
YUV 123.59 70.68 212.46 -
System Red Green Blue C M Y K H S L
Decimal 242 83 22 0 0.66 0.91 0.05 16.64 0.89 0.52
Hex F2 53 16 0 42 5B 5 11 59 34
Octal 362 123 26 0 102 133 5 21 131 64
Binary 11110010 1010011 10110 0 1000010 1011011 101 10001 1011001 110100

Color Harmonies of #F25316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25316

Black with #F25316

Text Example


Text Example

White with #F25316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25316; }

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

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

background-color css

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

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

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

border-color css

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

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

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