Html Css Color HEX #FF9A1F Carrot Orange

📋 copy color: '#FF9A1F'

red 255 ◦ green 154 ◦ blue 31

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

Shades of Carrot Orange #FF9A1F

Tints of Carrot Orange #FF9A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35%

 BLUE value IS 31 (12.5% from 255) = 7.05%

R = 57.95%
G = 35%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF9A1F (or 0xFF9A1F) is known color: Carrot Orange. HEX triplet: FF, 9A and 1F. RGB value is (255,154,31). Sum of RGB (Red+Green+Blue) = 255+154+31=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A1F is #0065E0. Grayscale: #AAAAAA. Windows color (decimal): -26081 or 2071295. OLE color: 2071295.

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

Color convert

RGB 255 154 31 -
CMYK 0 0.40 0.88 0
HSL 32.95º 1% 0.56% -
HSV(B) 32.95º 0.88% 1% -
XYZ 53.04 44.47 7.08 -
YUV 170.18 49.46 188.5 -
System Red Green Blue C M Y K H S L
Decimal 255 154 31 0 0.40 0.88 0 32.95 1 0.56
Hex FF 9A 1F 0 28 58 0 21 64 38
Octal 377 232 37 0 50 130 0 41 144 70
Binary 11111111 10011010 11111 0 101000 1011000 0 100001 1100100 111000

Color Harmonies of #FF9A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9A1F

Black with #FF9A1F

Text Example


Text Example

White with #FF9A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9A1F; }

 p { color: rgb(255,154,31); }

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

background-color css

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

 a { background-color: rgb(255,154,31); }

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

border-color css

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

 span { border-color: rgb(255,154,31); }

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