Html Css Color HEX #FD931C Carrot Orange

📋 copy color: '#FD931C'

red 253 ◦ green 147 ◦ blue 28

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

Shades of Carrot Orange #FD931C

Tints of Carrot Orange #FD931C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.35%

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

R = 59.11%
G = 34.35%
B = 6.54%

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

#FD931C (or 0xFD931C) is known color: Carrot Orange. HEX triplet: FD, 93 and 1C. RGB value is (253,147,28). Sum of RGB (Red+Green+Blue) = 253+147+28=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD931C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD931C is #026CE3. Grayscale: #A5A5A5. Windows color (decimal): -158948 or 1872893. OLE color: 1872893.

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

Color convert

RGB 253 147 28 -
CMYK 0 0.42 0.89 0.01
HSL 31.73º 0.98% 0.55% -
HSV(B) 31.73º 0.89% 0.99% -
XYZ 51.15 41.83 6.48 -
YUV 165.13 50.62 190.68 -
System Red Green Blue C M Y K H S L
Decimal 253 147 28 0 0.42 0.89 0.01 31.73 0.98 0.55
Hex FD 93 1C 0 2A 59 1 20 62 37
Octal 375 223 34 0 52 131 1 40 142 67
Binary 11111101 10010011 11100 0 101010 1011001 1 100000 1100010 110111

Color Harmonies of #FD931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD931C

Black with #FD931C

Text Example


Text Example

White with #FD931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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