Html Css Color HEX #FF961A Carrot Orange

📋 copy color: '#FF961A'

red 255 ◦ green 150 ◦ blue 26

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

Shades of Carrot Orange #FF961A

Tints of Carrot Orange #FF961A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.03%

R = 59.16%
G = 34.8%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF961A (or 0xFF961A) is known color: Carrot Orange. HEX triplet: FF, 96 and 1A. RGB value is (255,150,26). Sum of RGB (Red+Green+Blue) = 255+150+26=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF961A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF961A is #0069E5. Grayscale: #A7A7A7. Windows color (decimal): -27110 or 1742591. OLE color: 1742591.

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

Color convert

RGB 255 150 26 -
CMYK 0 0.41 0.90 0
HSL 32.49º 1% 0.55% -
HSV(B) 32.49º 0.9% 1% -
XYZ 52.33 43.15 6.55 -
YUV 167.26 48.29 190.58 -
System Red Green Blue C M Y K H S L
Decimal 255 150 26 0 0.41 0.90 0 32.49 1 0.55
Hex FF 96 1A 0 29 5A 0 20 64 37
Octal 377 226 32 0 51 132 0 40 144 67
Binary 11111111 10010110 11010 0 101001 1011010 0 100000 1100100 110111

Color Harmonies of #FF961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF961A

Black with #FF961A

Text Example


Text Example

White with #FF961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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