Html Css Color HEX #FD921C Carrot Orange

📋 copy color: '#FD921C'

red 253 ◦ green 146 ◦ blue 28

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

Shades of Carrot Orange #FD921C

Tints of Carrot Orange #FD921C

RGB

 RED value IS 253 (99.22% from 255) = 59.25%

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

 BLUE value IS 28 (11.33% from 255) = 6.56%

R = 59.25%
G = 34.19%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD921C (or 0xFD921C) is known color: Carrot Orange. HEX triplet: FD, 92 and 1C. RGB value is (253,146,28). Sum of RGB (Red+Green+Blue) = 253+146+28=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD921C is #026DE3. Grayscale: #A5A5A5. Windows color (decimal): -159204 or 1872637. OLE color: 1872637.

HSL color Cylindrical-coordinate representation of color #FD921C: hue angle of 31.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD921C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 146 28 -
CMYK 0 0.42 0.89 0.01
HSL 31.47º 0.98% 0.55% -
HSV(B) 31.47º 0.89% 0.99% -
XYZ 51 41.52 6.43 -
YUV 164.54 50.95 191.09 -
System Red Green Blue C M Y K H S L
Decimal 253 146 28 0 0.42 0.89 0.01 31.47 0.98 0.55
Hex FD 92 1C 0 2A 59 1 1F 62 37
Octal 375 222 34 0 52 131 1 37 142 67
Binary 11111101 10010010 11100 0 101010 1011001 1 11111 1100010 110111

Color Harmonies of #FD921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD921C

Black with #FD921C

Text Example


Text Example

White with #FD921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD921C; }

 p { color: rgb(253,146,28); }

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

background-color css

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

 a { background-color: rgb(253,146,28); }

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

border-color css

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

 span { border-color: rgb(253,146,28); }

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