Html Css Color HEX #FD8A1B Carrot Orange

📋 copy color: '#FD8A1B'

red 253 ◦ green 138 ◦ blue 27

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

Shades of Carrot Orange #FD8A1B

Tints of Carrot Orange #FD8A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.01%

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

R = 60.53%
G = 33.01%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD8A1B (or 0xFD8A1B) is known color: Carrot Orange. HEX triplet: FD, 8A and 1B. RGB value is (253,138,27). Sum of RGB (Red+Green+Blue) = 253+138+27=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A1B is #0275E4. Grayscale: #A0A0A0. Windows color (decimal): -161253 or 1805053. OLE color: 1805053.

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

Color convert

RGB 253 138 27 -
CMYK 0 0.45 0.89 0.01
HSL 29.47º 0.98% 0.55% -
HSV(B) 29.47º 0.89% 0.99% -
XYZ 49.79 39.14 5.97 -
YUV 159.73 53.1 194.53 -
System Red Green Blue C M Y K H S L
Decimal 253 138 27 0 0.45 0.89 0.01 29.47 0.98 0.55
Hex FD 8A 1B 0 2D 59 1 1D 62 37
Octal 375 212 33 0 55 131 1 35 142 67
Binary 11111101 10001010 11011 0 101101 1011001 1 11101 1100010 110111

Color Harmonies of #FD8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A1B

Black with #FD8A1B

Text Example


Text Example

White with #FD8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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