Html Css Color HEX #F1921D Carrot Orange

📋 copy color: '#F1921D'

red 241 ◦ green 146 ◦ blue 29

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

Shades of Carrot Orange #F1921D

Tints of Carrot Orange #F1921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 57.93%
G = 35.1%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1921D (or 0xF1921D) is known color: Carrot Orange. HEX triplet: F1, 92 and 1D. RGB value is (241,146,29). Sum of RGB (Red+Green+Blue) = 241+146+29=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1921D is #0E6DE2. Grayscale: #A1A1A1. Windows color (decimal): -945635 or 1938161. OLE color: 1938161.

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

Color convert

RGB 241 146 29 -
CMYK 0 0.39 0.88 0.05
HSL 33.11º 0.88% 0.53% -
HSV(B) 33.11º 0.88% 0.95% -
XYZ 46.78 39.35 6.29 -
YUV 161.07 53.47 185.01 -
System Red Green Blue C M Y K H S L
Decimal 241 146 29 0 0.39 0.88 0.05 33.11 0.88 0.53
Hex F1 92 1D 0 27 58 5 21 58 35
Octal 361 222 35 0 47 130 5 41 130 65
Binary 11110001 10010010 11101 0 100111 1011000 101 100001 1011000 110101

Color Harmonies of #F1921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1921D

Black with #F1921D

Text Example


Text Example

White with #F1921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1921D; }

 p { color: rgb(241,146,29); }

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

background-color css

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

 a { background-color: rgb(241,146,29); }

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

border-color css

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

 span { border-color: rgb(241,146,29); }

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