Html Css Color HEX #F25C00 Persimmon

📋 copy color: '#F25C00'

red 242 ◦ green 92 ◦ blue 0

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

Shades of Persimmon #F25C00

Tints of Persimmon #F25C00

RGB

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

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

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

R = 72.46%
G = 27.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F25C00 (or 0xF25C00) is known color: Persimmon. HEX triplet: F2, 5C and 00. RGB value is (242,92,0). Sum of RGB (Red+Green+Blue) = 242+92+0=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C00 is #0DA3FF. Grayscale: #7E7E7E. Windows color (decimal): -893952 or 23794. OLE color: 23794.

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

Color convert

RGB 242 92 0 -
CMYK 0 0.62 1 0.05
HSL 22.81º 1% 0.47% -
HSV(B) 22.81º 1% 0.95% -
XYZ 40.45 26.53 2.99 -
YUV 126.36 56.7 210.48 -
System Red Green Blue C M Y K H S L
Decimal 242 92 0 0 0.62 1 0.05 22.81 1 0.47
Hex F2 5C 0 0 3E 64 5 17 64 2F
Octal 362 134 0 0 76 144 5 27 144 57
Binary 11110010 1011100 0 0 111110 1100100 101 10111 1100100 101111

Color Harmonies of #F25C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C00

Black with #F25C00

Text Example


Text Example

White with #F25C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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