Html Css Color HEX #F25C06 Persimmon

📋 copy color: '#F25C06'

red 242 ◦ green 92 ◦ blue 6

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

Shades of Persimmon #F25C06

Tints of Persimmon #F25C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

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

R = 71.18%
G = 27.06%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25C06 (or 0xF25C06) is known color: Persimmon. HEX triplet: F2, 5C and 06. RGB value is (242,92,6). Sum of RGB (Red+Green+Blue) = 242+92+6=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C06 is #0DA3F9. Grayscale: #7F7F7F. Windows color (decimal): -893946 or 417010. OLE color: 417010.

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

Color convert

RGB 242 92 6 -
CMYK 0 0.62 0.98 0.05
HSL 21.86º 0.95% 0.49% -
HSV(B) 21.86º 0.98% 0.95% -
XYZ 40.48 26.54 3.16 -
YUV 127.05 59.7 209.99 -
System Red Green Blue C M Y K H S L
Decimal 242 92 6 0 0.62 0.98 0.05 21.86 0.95 0.49
Hex F2 5C 6 0 3E 62 5 16 5F 31
Octal 362 134 6 0 76 142 5 26 137 61
Binary 11110010 1011100 110 0 111110 1100010 101 10110 1011111 110001

Color Harmonies of #F25C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C06

Black with #F25C06

Text Example


Text Example

White with #F25C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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