Html Css Color HEX #FF951B Carrot Orange

📋 copy color: '#FF951B'

red 255 ◦ green 149 ◦ blue 27

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

Shades of Carrot Orange #FF951B

Tints of Carrot Orange #FF951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.26%

R = 59.16%
G = 34.57%
B = 6.26%

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

#FF951B (or 0xFF951B) is known color: Carrot Orange. HEX triplet: FF, 95 and 1B. RGB value is (255,149,27). Sum of RGB (Red+Green+Blue) = 255+149+27=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF951B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF951B is #006AE4. Grayscale: #A7A7A7. Windows color (decimal): -27365 or 1807871. OLE color: 1807871.

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

Color convert

RGB 255 149 27 -
CMYK 0 0.42 0.89 0
HSL 32.11º 1% 0.55% -
HSV(B) 32.11º 0.89% 1% -
XYZ 52.19 42.83 6.55 -
YUV 166.79 49.12 190.92 -
System Red Green Blue C M Y K H S L
Decimal 255 149 27 0 0.42 0.89 0 32.11 1 0.55
Hex FF 95 1B 0 2A 59 0 20 64 37
Octal 377 225 33 0 52 131 0 40 144 67
Binary 11111111 10010101 11011 0 101010 1011001 0 100000 1100100 110111

Color Harmonies of #FF951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF951B

Black with #FF951B

Text Example


Text Example

White with #FF951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF951B; }

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

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

background-color css

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

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

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

border-color css

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

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

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