Html Css Color HEX #FF951E Carrot Orange

📋 copy color: '#FF951E'

red 255 ◦ green 149 ◦ blue 30

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

Shades of Carrot Orange #FF951E

Tints of Carrot Orange #FF951E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.91%

R = 58.76%
G = 34.33%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF951E (or 0xFF951E) is known color: Carrot Orange. HEX triplet: FF, 95 and 1E. RGB value is (255,149,30). Sum of RGB (Red+Green+Blue) = 255+149+30=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF951E is #006AE1. Grayscale: #A7A7A7. Windows color (decimal): -27362 or 2004479. OLE color: 2004479.

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

Color convert

RGB 255 149 30 -
CMYK 0 0.42 0.88 0
HSL 31.73º 1% 0.56% -
HSV(B) 31.73º 0.88% 1% -
XYZ 52.22 42.85 6.75 -
YUV 167.13 50.62 190.68 -
System Red Green Blue C M Y K H S L
Decimal 255 149 30 0 0.42 0.88 0 31.73 1 0.56
Hex FF 95 1E 0 2A 58 0 20 64 38
Octal 377 225 36 0 52 130 0 40 144 70
Binary 11111111 10010101 11110 0 101010 1011000 0 100000 1100100 111000

Color Harmonies of #FF951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF951E

Black with #FF951E

Text Example


Text Example

White with #FF951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF951E; }

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

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

background-color css

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

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

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

border-color css

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

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

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