Html Css Color HEX #F25406 Persimmon

📋 copy color: '#F25406'

red 242 ◦ green 84 ◦ blue 6

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

Shades of Persimmon #F25406

Tints of Persimmon #F25406

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 72.89%
G = 25.3%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F25406 (or 0xF25406) is known color: Persimmon. HEX triplet: F2, 54 and 06. RGB value is (242,84,6). Sum of RGB (Red+Green+Blue) = 242+84+6=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F25406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25406 is #0DABF9. Grayscale: #7A7A7A. Windows color (decimal): -895994 or 414962. OLE color: 414962.

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

Color convert

RGB 242 84 6 -
CMYK 0 0.65 0.98 0.05
HSL 19.83º 0.95% 0.49% -
HSV(B) 19.83º 0.98% 0.95% -
XYZ 39.82 25.23 2.94 -
YUV 122.35 62.35 213.34 -
System Red Green Blue C M Y K H S L
Decimal 242 84 6 0 0.65 0.98 0.05 19.83 0.95 0.49
Hex F2 54 6 0 41 62 5 14 5F 31
Octal 362 124 6 0 101 142 5 24 137 61
Binary 11110010 1010100 110 0 1000001 1100010 101 10100 1011111 110001

Color Harmonies of #F25406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25406

Black with #F25406

Text Example


Text Example

White with #F25406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25406; }

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

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

background-color css

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

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

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

border-color css

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

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

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