Html Css Color HEX #FF961F Carrot Orange

📋 copy color: '#FF961F'

red 255 ◦ green 150 ◦ blue 31

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

Shades of Carrot Orange #FF961F

Tints of Carrot Orange #FF961F

RGB

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

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

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

R = 58.49%
G = 34.4%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF961F (or 0xFF961F) is known color: Carrot Orange. HEX triplet: FF, 96 and 1F. RGB value is (255,150,31). Sum of RGB (Red+Green+Blue) = 255+150+31=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF961F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF961F is #0069E0. Grayscale: #A8A8A8. Windows color (decimal): -27105 or 2070271. OLE color: 2070271.

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

Color convert

RGB 255 150 31 -
CMYK 0 0.41 0.88 0
HSL 31.88º 1% 0.56% -
HSV(B) 31.88º 0.88% 1% -
XYZ 52.39 43.17 6.87 -
YUV 167.83 50.79 190.18 -
System Red Green Blue C M Y K H S L
Decimal 255 150 31 0 0.41 0.88 0 31.88 1 0.56
Hex FF 96 1F 0 29 58 0 20 64 38
Octal 377 226 37 0 51 130 0 40 144 70
Binary 11111111 10010110 11111 0 101001 1011000 0 100000 1100100 111000

Color Harmonies of #FF961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF961F

Black with #FF961F

Text Example


Text Example

White with #FF961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF961F; }

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

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

background-color css

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

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

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

border-color css

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

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

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