Html Css Color HEX #FF961C Carrot Orange

📋 copy color: '#FF961C'

red 255 ◦ green 150 ◦ blue 28

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

Shades of Carrot Orange #FF961C

Tints of Carrot Orange #FF961C

RGB

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

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

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

R = 58.89%
G = 34.64%
B = 6.47%

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

#FF961C (or 0xFF961C) is known color: Carrot Orange. HEX triplet: FF, 96 and 1C. RGB value is (255,150,28). Sum of RGB (Red+Green+Blue) = 255+150+28=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF961C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF961C is #0069E3. Grayscale: #A8A8A8. Windows color (decimal): -27108 or 1873663. OLE color: 1873663.

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

Color convert

RGB 255 150 28 -
CMYK 0 0.41 0.89 0
HSL 32.25º 1% 0.55% -
HSV(B) 32.25º 0.89% 1% -
XYZ 52.36 43.16 6.67 -
YUV 167.49 49.29 190.42 -
System Red Green Blue C M Y K H S L
Decimal 255 150 28 0 0.41 0.89 0 32.25 1 0.55
Hex FF 96 1C 0 29 59 0 20 64 37
Octal 377 226 34 0 51 131 0 40 144 67
Binary 11111111 10010110 11100 0 101001 1011001 0 100000 1100100 110111

Color Harmonies of #FF961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF961C

Black with #FF961C

Text Example


Text Example

White with #FF961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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