Html Css Color HEX #F19A1F Carrot Orange

📋 copy color: '#F19A1F'

red 241 ◦ green 154 ◦ blue 31

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

Shades of Carrot Orange #F19A1F

Tints of Carrot Orange #F19A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

 BLUE value IS 31 (12.5% from 255) = 7.28%

R = 56.57%
G = 36.15%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F19A1F (or 0xF19A1F) is known color: Carrot Orange. HEX triplet: F1, 9A and 1F. RGB value is (241,154,31). Sum of RGB (Red+Green+Blue) = 241+154+31=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19A1F is #0E65E0. Grayscale: #A6A6A6. Windows color (decimal): -943585 or 2071281. OLE color: 2071281.

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

Color convert

RGB 241 154 31 -
CMYK 0 0.36 0.87 0.05
HSL 35.14º 0.88% 0.53% -
HSV(B) 35.14º 0.87% 0.95% -
XYZ 48.08 41.91 6.85 -
YUV 165.99 51.82 181.5 -
System Red Green Blue C M Y K H S L
Decimal 241 154 31 0 0.36 0.87 0.05 35.14 0.88 0.53
Hex F1 9A 1F 0 24 57 5 23 58 35
Octal 361 232 37 0 44 127 5 43 130 65
Binary 11110001 10011010 11111 0 100100 1010111 101 100011 1011000 110101

Color Harmonies of #F19A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A1F

Black with #F19A1F

Text Example


Text Example

White with #F19A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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