Html Css Color HEX #F25700 Persimmon

📋 copy color: '#F25700'

red 242 ◦ green 87 ◦ blue 0

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

Shades of Persimmon #F25700

Tints of Persimmon #F25700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 73.56%
G = 26.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F25700 (or 0xF25700) is known color: Persimmon. HEX triplet: F2, 57 and 00. RGB value is (242,87,0). Sum of RGB (Red+Green+Blue) = 242+87+0=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F25700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25700 is #0DA8FF. Grayscale: #7B7B7B. Windows color (decimal): -895232 or 22514. OLE color: 22514.

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

Color convert

RGB 242 87 0 -
CMYK 0 0.64 1 0.05
HSL 21.57º 1% 0.47% -
HSV(B) 21.57º 1% 0.95% -
XYZ 40.03 25.69 2.85 -
YUV 123.43 58.35 212.57 -
System Red Green Blue C M Y K H S L
Decimal 242 87 0 0 0.64 1 0.05 21.57 1 0.47
Hex F2 57 0 0 40 64 5 16 64 2F
Octal 362 127 0 0 100 144 5 26 144 57
Binary 11110010 1010111 0 0 1000000 1100100 101 10110 1100100 101111

Color Harmonies of #F25700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25700

Black with #F25700

Text Example


Text Example

White with #F25700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25700; }

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

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

background-color css

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

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

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

border-color css

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

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

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