Html Css Color HEX #F1530B Persimmon

📋 copy color: '#F1530B'

red 241 ◦ green 83 ◦ blue 11

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

Shades of Persimmon #F1530B

Tints of Persimmon #F1530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 71.94%
G = 24.78%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1530B (or 0xF1530B) is known color: Persimmon. HEX triplet: F1, 53 and 0B. RGB value is (241,83,11). Sum of RGB (Red+Green+Blue) = 241+83+11=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1530B is #0EACF4. Grayscale: #7A7A7A. Windows color (decimal): -961781 or 742385. OLE color: 742385.

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

Color convert

RGB 241 83 11 -
CMYK 0 0.66 0.95 0.05
HSL 18.78º 0.91% 0.49% -
HSV(B) 18.78º 0.95% 0.95% -
XYZ 39.43 24.91 3.05 -
YUV 122.03 65.35 212.85 -
System Red Green Blue C M Y K H S L
Decimal 241 83 11 0 0.66 0.95 0.05 18.78 0.91 0.49
Hex F1 53 B 0 42 5F 5 13 5B 31
Octal 361 123 13 0 102 137 5 23 133 61
Binary 11110001 1010011 1011 0 1000010 1011111 101 10011 1011011 110001

Color Harmonies of #F1530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1530B

Black with #F1530B

Text Example


Text Example

White with #F1530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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