Html Css Color HEX #FF941F Carrot Orange

📋 copy color: '#FF941F'

red 255 ◦ green 148 ◦ blue 31

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

Shades of Carrot Orange #FF941F

Tints of Carrot Orange #FF941F

RGB

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

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

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

R = 58.76%
G = 34.1%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF941F (or 0xFF941F) is known color: Carrot Orange. HEX triplet: FF, 94 and 1F. RGB value is (255,148,31). Sum of RGB (Red+Green+Blue) = 255+148+31=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF941F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF941F is #006BE0. Grayscale: #A7A7A7. Windows color (decimal): -27617 or 2069759. OLE color: 2069759.

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

Color convert

RGB 255 148 31 -
CMYK 0 0.42 0.88 0
HSL 31.34º 1% 0.56% -
HSV(B) 31.34º 0.88% 1% -
XYZ 52.08 42.54 6.76 -
YUV 166.66 51.45 191.01 -
System Red Green Blue C M Y K H S L
Decimal 255 148 31 0 0.42 0.88 0 31.34 1 0.56
Hex FF 94 1F 0 2A 58 0 1F 64 38
Octal 377 224 37 0 52 130 0 37 144 70
Binary 11111111 10010100 11111 0 101010 1011000 0 11111 1100100 111000

Color Harmonies of #FF941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF941F

Black with #FF941F

Text Example


Text Example

White with #FF941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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