Html Css Color HEX #F25C1B Persimmon

📋 copy color: '#F25C1B'

red 242 ◦ green 92 ◦ blue 27

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

Shades of Persimmon #F25C1B

Tints of Persimmon #F25C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 67.04%
G = 25.48%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F25C1B (or 0xF25C1B) is known color: Persimmon. HEX triplet: F2, 5C and 1B. RGB value is (242,92,27). Sum of RGB (Red+Green+Blue) = 242+92+27=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C1B is #0DA3E4. Grayscale: #818181. Windows color (decimal): -893925 or 1793266. OLE color: 1793266.

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

Color convert

RGB 242 92 27 -
CMYK 0 0.62 0.89 0.05
HSL 18.14º 0.89% 0.53% -
HSV(B) 18.14º 0.89% 0.95% -
XYZ 40.64 26.61 4.03 -
YUV 129.44 70.2 208.29 -
System Red Green Blue C M Y K H S L
Decimal 242 92 27 0 0.62 0.89 0.05 18.14 0.89 0.53
Hex F2 5C 1B 0 3E 59 5 12 59 35
Octal 362 134 33 0 76 131 5 22 131 65
Binary 11110010 1011100 11011 0 111110 1011001 101 10010 1011001 110101

Color Harmonies of #F25C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C1B

Black with #F25C1B

Text Example


Text Example

White with #F25C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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