Html Css Color HEX #FF971F Carrot Orange

📋 copy color: '#FF971F'

red 255 ◦ green 151 ◦ blue 31

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

Shades of Carrot Orange #FF971F

Tints of Carrot Orange #FF971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.55%

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

R = 58.35%
G = 34.55%
B = 7.09%

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

#FF971F (or 0xFF971F) is known color: Carrot Orange. HEX triplet: FF, 97 and 1F. RGB value is (255,151,31). Sum of RGB (Red+Green+Blue) = 255+151+31=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF971F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF971F is #0068E0. Grayscale: #A8A8A8. Windows color (decimal): -26849 or 2070527. OLE color: 2070527.

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

Color convert

RGB 255 151 31 -
CMYK 0 0.41 0.88 0
HSL 32.14º 1% 0.56% -
HSV(B) 32.14º 0.88% 1% -
XYZ 52.55 43.49 6.92 -
YUV 168.42 50.46 189.76 -
System Red Green Blue C M Y K H S L
Decimal 255 151 31 0 0.41 0.88 0 32.14 1 0.56
Hex FF 97 1F 0 29 58 0 20 64 38
Octal 377 227 37 0 51 130 0 40 144 70
Binary 11111111 10010111 11111 0 101001 1011000 0 100000 1100100 111000

Color Harmonies of #FF971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF971F

Black with #FF971F

Text Example


Text Example

White with #FF971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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