Html Css Color HEX #FF921F Carrot Orange

📋 copy color: '#FF921F'

red 255 ◦ green 146 ◦ blue 31

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

Shades of Carrot Orange #FF921F

Tints of Carrot Orange #FF921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.8%

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

R = 59.03%
G = 33.8%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF921F (or 0xFF921F) is known color: Carrot Orange. HEX triplet: FF, 92 and 1F. RGB value is (255,146,31). Sum of RGB (Red+Green+Blue) = 255+146+31=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF921F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF921F is #006DE0. Grayscale: #A6A6A6. Windows color (decimal): -28129 or 2069247. OLE color: 2069247.

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

Color convert

RGB 255 146 31 -
CMYK 0 0.43 0.88 0
HSL 30.8º 1% 0.56% -
HSV(B) 30.8º 0.88% 1% -
XYZ 51.77 41.92 6.66 -
YUV 165.48 52.11 191.85 -
System Red Green Blue C M Y K H S L
Decimal 255 146 31 0 0.43 0.88 0 30.8 1 0.56
Hex FF 92 1F 0 2B 58 0 1F 64 38
Octal 377 222 37 0 53 130 0 37 144 70
Binary 11111111 10010010 11111 0 101011 1011000 0 11111 1100100 111000

Color Harmonies of #FF921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF921F

Black with #FF921F

Text Example


Text Example

White with #FF921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF921F; }

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

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

background-color css

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

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

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

border-color css

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

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

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