Html Css Color HEX #FF941C Carrot Orange

📋 copy color: '#FF941C'

red 255 ◦ green 148 ◦ blue 28

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

Shades of Carrot Orange #FF941C

Tints of Carrot Orange #FF941C

RGB

 RED value IS 255 (100% from 255) = 59.16%

 GREEN value IS 148 (58.2% from 255) = 34.34%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 59.16%
G = 34.34%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF941C (or 0xFF941C) is known color: Carrot Orange. HEX triplet: FF, 94 and 1C. RGB value is (255,148,28). Sum of RGB (Red+Green+Blue) = 255+148+28=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF941C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF941C is #006BE3. Grayscale: #A6A6A6. Windows color (decimal): -27620 or 1873151. OLE color: 1873151.

HSL color Cylindrical-coordinate representation of color #FF941C: hue angle of 31.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF941C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 148 28 -
CMYK 0 0.42 0.89 0
HSL 31.72º 1% 0.55% -
HSV(B) 31.72º 0.89% 1% -
XYZ 52.04 42.52 6.56 -
YUV 166.31 49.95 191.26 -
System Red Green Blue C M Y K H S L
Decimal 255 148 28 0 0.42 0.89 0 31.72 1 0.55
Hex FF 94 1C 0 2A 59 0 20 64 37
Octal 377 224 34 0 52 131 0 40 144 67
Binary 11111111 10010100 11100 0 101010 1011001 0 100000 1100100 110111

Color Harmonies of #FF941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF941C

Black with #FF941C

Text Example


Text Example

White with #FF941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF941C; }

 p { color: rgb(255,148,28); }

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

background-color css

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

 a { background-color: rgb(255,148,28); }

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

border-color css

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

 span { border-color: rgb(255,148,28); }

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