#F19C1F

Color #F19C1F Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F19C1F

Tints of Carrot Orange #F19C1F

Color information

#F19C1F (or 0xF19C1F) is unknown color: approx Carrot Orange. HEX triplet: F1, 9C and 1F. RGB value is (241,156,31). Sum of RGB (Red+Green+Blue) = 241+156+31=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C1F is #0E63E0. Grayscale: #A7A7A7. Windows color (decimal): -943073 or 2071793. OLE color: 2071793.

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

Color convert

RGB24115631-
CMYK00.350.870.05
HSL35.71º88.24%53.33%-
HSV(B)35.71º87.14%94.51%-
XYZ48.4142.586.96-
YUV167.1651.16180.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.31%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 31 (12.5% from 255) = 7.24%
R=56.31%
G=36.45%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411563100.350.870.0535.7188.2453.33
HexF19C1F023575245835
Octal3612343704312754413065
Binary111100011001110011111010001110101111011001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C1F; }

 p { color: rgb(241,156,31); }

 H1.HeaderClassName
 {
   color: #F19C1F;
 }
 .AnyTagClassName
 {
   color: #F19C1F;
 }
</style>
background-color css

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

 a { background-color: rgb(241,156,31); }

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

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

 span { border-color: rgb(241,156,31); }

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