Html Css Color HEX #FD921A Carrot Orange

📋 copy color: '#FD921A'

red 253 ◦ green 146 ◦ blue 26

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

Shades of Carrot Orange #FD921A

Tints of Carrot Orange #FD921A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.12%

R = 59.53%
G = 34.35%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD921A (or 0xFD921A) is known color: Carrot Orange. HEX triplet: FD, 92 and 1A. RGB value is (253,146,26). Sum of RGB (Red+Green+Blue) = 253+146+26=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD921A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD921A is #026DE5. Grayscale: #A4A4A4. Windows color (decimal): -159206 or 1741565. OLE color: 1741565.

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

Color convert

RGB 253 146 26 -
CMYK 0 0.42 0.90 0.01
HSL 31.72º 0.98% 0.55% -
HSV(B) 31.72º 0.9% 0.99% -
XYZ 50.97 41.52 6.3 -
YUV 164.31 49.95 191.26 -
System Red Green Blue C M Y K H S L
Decimal 253 146 26 0 0.42 0.90 0.01 31.72 0.98 0.55
Hex FD 92 1A 0 2A 5A 1 20 62 37
Octal 375 222 32 0 52 132 1 40 142 67
Binary 11111101 10010010 11010 0 101010 1011010 1 100000 1100010 110111

Color Harmonies of #FD921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD921A

Black with #FD921A

Text Example


Text Example

White with #FD921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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