Html Css Color HEX #FF941A Carrot Orange

📋 copy color: '#FF941A'

red 255 ◦ green 148 ◦ blue 26

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

Shades of Carrot Orange #FF941A

Tints of Carrot Orange #FF941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

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

R = 59.44%
G = 34.5%
B = 6.06%

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

#FF941A (or 0xFF941A) is known color: Carrot Orange. HEX triplet: FF, 94 and 1A. RGB value is (255,148,26). Sum of RGB (Red+Green+Blue) = 255+148+26=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF941A is #006BE5. Grayscale: #A6A6A6. Windows color (decimal): -27622 or 1742079. OLE color: 1742079.

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

Color convert

RGB 255 148 26 -
CMYK 0 0.42 0.90 0
HSL 31.97º 1% 0.55% -
HSV(B) 31.97º 0.9% 1% -
XYZ 52.02 42.51 6.44 -
YUV 166.09 48.95 191.42 -
System Red Green Blue C M Y K H S L
Decimal 255 148 26 0 0.42 0.90 0 31.97 1 0.55
Hex FF 94 1A 0 2A 5A 0 20 64 37
Octal 377 224 32 0 52 132 0 40 144 67
Binary 11111111 10010100 11010 0 101010 1011010 0 100000 1100100 110111

Color Harmonies of #FF941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF941A

Black with #FF941A

Text Example


Text Example

White with #FF941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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