Html Css Color HEX #F25309 Persimmon

📋 copy color: '#F25309'

red 242 ◦ green 83 ◦ blue 9

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

Shades of Persimmon #F25309

Tints of Persimmon #F25309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 72.46%
G = 24.85%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F25309 (or 0xF25309) is known color: Persimmon. HEX triplet: F2, 53 and 09. RGB value is (242,83,9). Sum of RGB (Red+Green+Blue) = 242+83+9=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F25309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25309 is #0DACF6. Grayscale: #7A7A7A. Windows color (decimal): -896247 or 611314. OLE color: 611314.

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

Color convert

RGB 242 83 9 -
CMYK 0 0.66 0.96 0.05
HSL 19.06º 0.93% 0.49% -
HSV(B) 19.06º 0.96% 0.95% -
XYZ 39.76 25.08 3 -
YUV 122.11 64.18 213.52 -
System Red Green Blue C M Y K H S L
Decimal 242 83 9 0 0.66 0.96 0.05 19.06 0.93 0.49
Hex F2 53 9 0 42 60 5 13 5D 31
Octal 362 123 11 0 102 140 5 23 135 61
Binary 11110010 1010011 1001 0 1000010 1100000 101 10011 1011101 110001

Color Harmonies of #F25309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25309

Black with #F25309

Text Example


Text Example

White with #F25309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25309; }

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

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

background-color css

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

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

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

border-color css

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

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

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