Html Css Color HEX #F19D1F Carrot Orange

📋 copy color: '#F19D1F'

red 241 ◦ green 157 ◦ blue 31

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

Shades of Carrot Orange #F19D1F

Tints of Carrot Orange #F19D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

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

R = 56.18%
G = 36.6%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F19D1F (or 0xF19D1F) is known color: Carrot Orange. HEX triplet: F1, 9D and 1F. RGB value is (241,157,31). Sum of RGB (Red+Green+Blue) = 241+157+31=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D1F is #0E62E0. Grayscale: #A8A8A8. Windows color (decimal): -942817 or 2072049. OLE color: 2072049.

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

Color convert

RGB 241 157 31 -
CMYK 0 0.35 0.87 0.05
HSL 36º 0.88% 0.53% -
HSV(B) 36º 0.87% 0.95% -
XYZ 48.58 42.91 7.02 -
YUV 167.75 50.83 180.25 -
System Red Green Blue C M Y K H S L
Decimal 241 157 31 0 0.35 0.87 0.05 36 0.88 0.53
Hex F1 9D 1F 0 23 57 5 24 58 35
Octal 361 235 37 0 43 127 5 44 130 65
Binary 11110001 10011101 11111 0 100011 1010111 101 100100 1011000 110101

Color Harmonies of #F19D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D1F

Black with #F19D1F

Text Example


Text Example

White with #F19D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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