Html Css Color HEX #FD901B Carrot Orange

📋 copy color: '#FD901B'

red 253 ◦ green 144 ◦ blue 27

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

Shades of Carrot Orange #FD901B

Tints of Carrot Orange #FD901B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.96%

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 59.67%
G = 33.96%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD901B (or 0xFD901B) is known color: Carrot Orange. HEX triplet: FD, 90 and 1B. RGB value is (253,144,27). Sum of RGB (Red+Green+Blue) = 253+144+27=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD901B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD901B is #026FE4. Grayscale: #A3A3A3. Windows color (decimal): -159717 or 1806589. OLE color: 1806589.

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

Color convert

RGB 253 144 27 -
CMYK 0 0.43 0.89 0.01
HSL 31.06º 0.98% 0.55% -
HSV(B) 31.06º 0.89% 0.99% -
XYZ 50.68 40.91 6.26 -
YUV 163.25 51.11 192.01 -
System Red Green Blue C M Y K H S L
Decimal 253 144 27 0 0.43 0.89 0.01 31.06 0.98 0.55
Hex FD 90 1B 0 2B 59 1 1F 62 37
Octal 375 220 33 0 53 131 1 37 142 67
Binary 11111101 10010000 11011 0 101011 1011001 1 11111 1100010 110111

Color Harmonies of #FD901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD901B

Black with #FD901B

Text Example


Text Example

White with #FD901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD901B; }

 p { color: rgb(253,144,27); }

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

background-color css

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

 a { background-color: rgb(253,144,27); }

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

border-color css

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

 span { border-color: rgb(253,144,27); }

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