Html Css Color HEX #F19B1E Carrot Orange

📋 copy color: '#F19B1E'

red 241 ◦ green 155 ◦ blue 30

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

Shades of Carrot Orange #F19B1E

Tints of Carrot Orange #F19B1E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.38%

 BLUE value IS 30 (12.11% from 255) = 7.04%

R = 56.57%
G = 36.38%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F19B1E (or 0xF19B1E) is known color: Carrot Orange. HEX triplet: F1, 9B and 1E. RGB value is (241,155,30). Sum of RGB (Red+Green+Blue) = 241+155+30=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19B1E is #0E64E1. Grayscale: #A7A7A7. Windows color (decimal): -943330 or 2006001. OLE color: 2006001.

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

Color convert

RGB 241 155 30 -
CMYK 0 0.36 0.88 0.05
HSL 35.55º 0.88% 0.53% -
HSV(B) 35.55º 0.88% 0.95% -
XYZ 48.23 42.24 6.84 -
YUV 166.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 241 155 30 0 0.36 0.88 0.05 35.55 0.88 0.53
Hex F1 9B 1E 0 24 58 5 24 58 35
Octal 361 233 36 0 44 130 5 44 130 65
Binary 11110001 10011011 11110 0 100100 1011000 101 100100 1011000 110101

Color Harmonies of #F19B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B1E

Black with #F19B1E

Text Example


Text Example

White with #F19B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B1E; }

 p { color: rgb(241,155,30); }

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

background-color css

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

 a { background-color: rgb(241,155,30); }

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

border-color css

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

 span { border-color: rgb(241,155,30); }

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