Html Css Color HEX #F25D00 Persimmon

📋 copy color: '#F25D00'

red 242 ◦ green 93 ◦ blue 0

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

Shades of Persimmon #F25D00

Tints of Persimmon #F25D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

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

R = 72.24%
G = 27.76%
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

#F25D00 (or 0xF25D00) is known color: Persimmon. HEX triplet: F2, 5D and 00. RGB value is (242,93,0). Sum of RGB (Red+Green+Blue) = 242+93+0=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25D00 is #0DA2FF. Grayscale: #7F7F7F. Windows color (decimal): -893696 or 24050. OLE color: 24050.

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

Color convert

RGB 242 93 0 -
CMYK 0 0.62 1 0.05
HSL 23.06º 1% 0.47% -
HSV(B) 23.06º 1% 0.95% -
XYZ 40.53 26.71 3.02 -
YUV 126.95 56.36 210.06 -
System Red Green Blue C M Y K H S L
Decimal 242 93 0 0 0.62 1 0.05 23.06 1 0.47
Hex F2 5D 0 0 3E 64 5 17 64 2F
Octal 362 135 0 0 76 144 5 27 144 57
Binary 11110010 1011101 0 0 111110 1100100 101 10111 1100100 101111

Color Harmonies of #F25D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D00

Black with #F25D00

Text Example


Text Example

White with #F25D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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