Html Css Color HEX #F25C0A Persimmon

📋 copy color: '#F25C0A'

red 242 ◦ green 92 ◦ blue 10

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

Shades of Persimmon #F25C0A

Tints of Persimmon #F25C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 70.35%
G = 26.74%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F25C0A (or 0xF25C0A) is known color: Persimmon. HEX triplet: F2, 5C and 0A. RGB value is (242,92,10). Sum of RGB (Red+Green+Blue) = 242+92+10=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C0A is #0DA3F5. Grayscale: #7F7F7F. Windows color (decimal): -893942 or 679154. OLE color: 679154.

HSL color Cylindrical-coordinate representation of color #F25C0A: hue angle of 21.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F25C0A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 92 10 -
CMYK 0 0.62 0.96 0.05
HSL 21.21º 0.92% 0.49% -
HSV(B) 21.21º 0.96% 0.95% -
XYZ 40.5 26.55 3.28 -
YUV 127.5 61.7 209.67 -
System Red Green Blue C M Y K H S L
Decimal 242 92 10 0 0.62 0.96 0.05 21.21 0.92 0.49
Hex F2 5C A 0 3E 60 5 15 5C 31
Octal 362 134 12 0 76 140 5 25 134 61
Binary 11110010 1011100 1010 0 111110 1100000 101 10101 1011100 110001

Color Harmonies of #F25C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C0A

Black with #F25C0A

Text Example


Text Example

White with #F25C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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