Html Css Color HEX #F25400 Persimmon

📋 copy color: '#F25400'

red 242 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #F25400

Tints of Persimmon #F25400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.23%
G = 25.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F25400 (or 0xF25400) is known color: Persimmon. HEX triplet: F2, 54 and 00. RGB value is (242,84,0). Sum of RGB (Red+Green+Blue) = 242+84+0=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F25400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25400 is #0DABFF. Grayscale: #7A7A7A. Windows color (decimal): -896000 or 21746. OLE color: 21746.

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

Color convert

RGB 242 84 0 -
CMYK 0 0.65 1 0.05
HSL 20.83º 1% 0.47% -
HSV(B) 20.83º 1% 0.95% -
XYZ 39.79 25.22 2.77 -
YUV 121.67 59.35 213.83 -
System Red Green Blue C M Y K H S L
Decimal 242 84 0 0 0.65 1 0.05 20.83 1 0.47
Hex F2 54 0 0 41 64 5 15 64 2F
Octal 362 124 0 0 101 144 5 25 144 57
Binary 11110010 1010100 0 0 1000001 1100100 101 10101 1100100 101111

Color Harmonies of #F25400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25400

Black with #F25400

Text Example


Text Example

White with #F25400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25400; }

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

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

background-color css

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

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

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

border-color css

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

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

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