Html Css Color HEX #FF961B Carrot Orange

📋 copy color: '#FF961B'

red 255 ◦ green 150 ◦ blue 27

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

Shades of Carrot Orange #FF961B

Tints of Carrot Orange #FF961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.25%

R = 59.03%
G = 34.72%
B = 6.25%

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

#FF961B (or 0xFF961B) is known color: Carrot Orange. HEX triplet: FF, 96 and 1B. RGB value is (255,150,27). Sum of RGB (Red+Green+Blue) = 255+150+27=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF961B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF961B is #0069E4. Grayscale: #A7A7A7. Windows color (decimal): -27109 or 1808127. OLE color: 1808127.

HSL color Cylindrical-coordinate representation of color #FF961B: hue angle of 32.37º 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 #FF961B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 150 27 -
CMYK 0 0.41 0.89 0
HSL 32.37º 1% 0.55% -
HSV(B) 32.37º 0.89% 1% -
XYZ 52.34 43.15 6.61 -
YUV 167.37 48.79 190.5 -
System Red Green Blue C M Y K H S L
Decimal 255 150 27 0 0.41 0.89 0 32.37 1 0.55
Hex FF 96 1B 0 29 59 0 20 64 37
Octal 377 226 33 0 51 131 0 40 144 67
Binary 11111111 10010110 11011 0 101001 1011001 0 100000 1100100 110111

Color Harmonies of #FF961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF961B

Black with #FF961B

Text Example


Text Example

White with #FF961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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