Html Css Color HEX #F25906 Persimmon

📋 copy color: '#F25906'

red 242 ◦ green 89 ◦ blue 6

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

Shades of Persimmon #F25906

Tints of Persimmon #F25906

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

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

R = 71.81%
G = 26.41%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25906 (or 0xF25906) is known color: Persimmon. HEX triplet: F2, 59 and 06. RGB value is (242,89,6). Sum of RGB (Red+Green+Blue) = 242+89+6=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F25906 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25906 is #0DA6F9. Grayscale: #7D7D7D. Windows color (decimal): -894714 or 416242. OLE color: 416242.

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

Color convert

RGB 242 89 6 -
CMYK 0 0.63 0.98 0.05
HSL 21.1º 0.95% 0.49% -
HSV(B) 21.1º 0.98% 0.95% -
XYZ 40.22 26.04 3.08 -
YUV 125.29 60.69 211.25 -
System Red Green Blue C M Y K H S L
Decimal 242 89 6 0 0.63 0.98 0.05 21.1 0.95 0.49
Hex F2 59 6 0 3F 62 5 15 5F 31
Octal 362 131 6 0 77 142 5 25 137 61
Binary 11110010 1011001 110 0 111111 1100010 101 10101 1011111 110001

Color Harmonies of #F25906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25906

Black with #F25906

Text Example


Text Example

White with #F25906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25906; }

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

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

background-color css

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

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

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

border-color css

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

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

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