Html Css Color HEX #F25306 Persimmon

📋 copy color: '#F25306'

red 242 ◦ green 83 ◦ blue 6

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

Shades of Persimmon #F25306

Tints of Persimmon #F25306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 73.11%
G = 25.08%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25306 (or 0xF25306) is known color: Persimmon. HEX triplet: F2, 53 and 06. RGB value is (242,83,6). Sum of RGB (Red+Green+Blue) = 242+83+6=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F25306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25306 is #0DACF9. Grayscale: #7A7A7A. Windows color (decimal): -896250 or 414706. OLE color: 414706.

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

Color convert

RGB 242 83 6 -
CMYK 0 0.66 0.98 0.05
HSL 19.58º 0.95% 0.49% -
HSV(B) 19.58º 0.98% 0.95% -
XYZ 39.74 25.08 2.92 -
YUV 121.76 62.68 213.76 -
System Red Green Blue C M Y K H S L
Decimal 242 83 6 0 0.66 0.98 0.05 19.58 0.95 0.49
Hex F2 53 6 0 42 62 5 14 5F 31
Octal 362 123 6 0 102 142 5 24 137 61
Binary 11110010 1010011 110 0 1000010 1100010 101 10100 1011111 110001

Color Harmonies of #F25306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25306

Black with #F25306

Text Example


Text Example

White with #F25306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25306; }

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

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

background-color css

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

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

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

border-color css

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

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

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