Html Css Color HEX #FF951D Carrot Orange

📋 copy color: '#FF951D'

red 255 ◦ green 149 ◦ blue 29

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

Shades of Carrot Orange #FF951D

Tints of Carrot Orange #FF951D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.41%

 BLUE value IS 29 (11.72% from 255) = 6.7%

R = 58.89%
G = 34.41%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF951D (or 0xFF951D) is known color: Carrot Orange. HEX triplet: FF, 95 and 1D. RGB value is (255,149,29). Sum of RGB (Red+Green+Blue) = 255+149+29=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF951D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF951D is #006AE2. Grayscale: #A7A7A7. Windows color (decimal): -27363 or 1938943. OLE color: 1938943.

HSL color Cylindrical-coordinate representation of color #FF951D: hue angle of 31.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF951D is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 29 -
CMYK 0 0.42 0.89 0
HSL 31.86º 1% 0.56% -
HSV(B) 31.86º 0.89% 1% -
XYZ 52.21 42.84 6.68 -
YUV 167.01 50.12 190.76 -
System Red Green Blue C M Y K H S L
Decimal 255 149 29 0 0.42 0.89 0 31.86 1 0.56
Hex FF 95 1D 0 2A 59 0 20 64 38
Octal 377 225 35 0 52 131 0 40 144 70
Binary 11111111 10010101 11101 0 101010 1011001 0 100000 1100100 111000

Color Harmonies of #FF951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF951D

Black with #FF951D

Text Example


Text Example

White with #FF951D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF951D; }

 p { color: rgb(255,149,29); }

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

background-color css

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

 a { background-color: rgb(255,149,29); }

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

border-color css

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

 span { border-color: rgb(255,149,29); }

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