Html Css Color HEX #FF961D Carrot Orange

📋 copy color: '#FF961D'

red 255 ◦ green 150 ◦ blue 29

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

Shades of Carrot Orange #FF961D

Tints of Carrot Orange #FF961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.56%

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

R = 58.76%
G = 34.56%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF961D (or 0xFF961D) is known color: Carrot Orange. HEX triplet: FF, 96 and 1D. RGB value is (255,150,29). Sum of RGB (Red+Green+Blue) = 255+150+29=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF961D is #0069E2. Grayscale: #A8A8A8. Windows color (decimal): -27107 or 1939199. OLE color: 1939199.

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

Color convert

RGB 255 150 29 -
CMYK 0 0.41 0.89 0
HSL 32.12º 1% 0.56% -
HSV(B) 32.12º 0.89% 1% -
XYZ 52.37 43.16 6.73 -
YUV 167.6 49.79 190.34 -
System Red Green Blue C M Y K H S L
Decimal 255 150 29 0 0.41 0.89 0 32.12 1 0.56
Hex FF 96 1D 0 29 59 0 20 64 38
Octal 377 226 35 0 51 131 0 40 144 70
Binary 11111111 10010110 11101 0 101001 1011001 0 100000 1100100 111000

Color Harmonies of #FF961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF961D

Black with #FF961D

Text Example


Text Example

White with #FF961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF961D; }

 p { color: rgb(255,150,29); }

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

background-color css

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

 a { background-color: rgb(255,150,29); }

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

border-color css

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

 span { border-color: rgb(255,150,29); }

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