Html Css Color HEX #FF921D Carrot Orange

📋 copy color: '#FF921D'

red 255 ◦ green 146 ◦ blue 29

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

Shades of Carrot Orange #FF921D

Tints of Carrot Orange #FF921D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.74%

R = 59.3%
G = 33.95%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF921D (or 0xFF921D) is known color: Carrot Orange. HEX triplet: FF, 92 and 1D. RGB value is (255,146,29). Sum of RGB (Red+Green+Blue) = 255+146+29=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF921D is #006DE2. Grayscale: #A5A5A5. Windows color (decimal): -28131 or 1938175. OLE color: 1938175.

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

Color convert

RGB 255 146 29 -
CMYK 0 0.43 0.89 0
HSL 31.06º 1% 0.56% -
HSV(B) 31.06º 0.89% 1% -
XYZ 51.74 41.91 6.52 -
YUV 165.25 51.11 192.01 -
System Red Green Blue C M Y K H S L
Decimal 255 146 29 0 0.43 0.89 0 31.06 1 0.56
Hex FF 92 1D 0 2B 59 0 1F 64 38
Octal 377 222 35 0 53 131 0 37 144 70
Binary 11111111 10010010 11101 0 101011 1011001 0 11111 1100100 111000

Color Harmonies of #FF921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF921D

Black with #FF921D

Text Example


Text Example

White with #FF921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF921D; }

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

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

background-color css

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

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

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

border-color css

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

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

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