Html Css Color HEX #F1630B Persimmon

📋 copy color: '#F1630B'

red 241 ◦ green 99 ◦ blue 11

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

Shades of Persimmon #F1630B

Tints of Persimmon #F1630B

RGB

 RED value IS 241 (94.53% from 255) = 68.66%

 GREEN value IS 99 (39.06% from 255) = 28.21%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 68.66%
G = 28.21%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1630B (or 0xF1630B) is known color: Persimmon. HEX triplet: F1, 63 and 0B. RGB value is (241,99,11). Sum of RGB (Red+Green+Blue) = 241+99+11=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1630B is #0E9CF4. Grayscale: #838383. Windows color (decimal): -957685 or 746481. OLE color: 746481.

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

Color convert

RGB 241 99 11 -
CMYK 0 0.59 0.95 0.05
HSL 22.96º 0.91% 0.49% -
HSV(B) 22.96º 0.95% 0.95% -
XYZ 40.8 27.65 3.5 -
YUV 131.43 60.04 206.16 -
System Red Green Blue C M Y K H S L
Decimal 241 99 11 0 0.59 0.95 0.05 22.96 0.91 0.49
Hex F1 63 B 0 3B 5F 5 17 5B 31
Octal 361 143 13 0 73 137 5 27 133 61
Binary 11110001 1100011 1011 0 111011 1011111 101 10111 1011011 110001

Color Harmonies of #F1630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1630B

Black with #F1630B

Text Example


Text Example

White with #F1630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1630B; }

 p { color: rgb(241,99,11); }

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

background-color css

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

 a { background-color: rgb(241,99,11); }

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

border-color css

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

 span { border-color: rgb(241,99,11); }

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