Html Css Color HEX #FF951A Carrot Orange

📋 copy color: '#FF951A'

red 255 ◦ green 149 ◦ blue 26

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

Shades of Carrot Orange #FF951A

Tints of Carrot Orange #FF951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 59.3%
G = 34.65%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF951A (or 0xFF951A) is known color: Carrot Orange. HEX triplet: FF, 95 and 1A. RGB value is (255,149,26). Sum of RGB (Red+Green+Blue) = 255+149+26=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF951A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF951A is #006AE5. Grayscale: #A7A7A7. Windows color (decimal): -27366 or 1742335. OLE color: 1742335.

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

Color convert

RGB 255 149 26 -
CMYK 0 0.42 0.90 0
HSL 32.23º 1% 0.55% -
HSV(B) 32.23º 0.9% 1% -
XYZ 52.17 42.83 6.49 -
YUV 166.67 48.62 191 -
System Red Green Blue C M Y K H S L
Decimal 255 149 26 0 0.42 0.90 0 32.23 1 0.55
Hex FF 95 1A 0 2A 5A 0 20 64 37
Octal 377 225 32 0 52 132 0 40 144 67
Binary 11111111 10010101 11010 0 101010 1011010 0 100000 1100100 110111

Color Harmonies of #FF951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF951A

Black with #FF951A

Text Example


Text Example

White with #FF951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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