Html Css Color HEX #FD8B1A Carrot Orange

📋 copy color: '#FD8B1A'

red 253 ◦ green 139 ◦ blue 26

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

Shades of Carrot Orange #FD8B1A

Tints of Carrot Orange #FD8B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.25%

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

R = 60.53%
G = 33.25%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD8B1A (or 0xFD8B1A) is known color: Carrot Orange. HEX triplet: FD, 8B and 1A. RGB value is (253,139,26). Sum of RGB (Red+Green+Blue) = 253+139+26=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8B1A is #0274E5. Grayscale: #A0A0A0. Windows color (decimal): -160998 or 1739773. OLE color: 1739773.

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

Color convert

RGB 253 139 26 -
CMYK 0 0.45 0.90 0.01
HSL 29.87º 0.98% 0.55% -
HSV(B) 29.87º 0.9% 0.99% -
XYZ 49.93 39.42 5.96 -
YUV 160.2 52.27 194.19 -
System Red Green Blue C M Y K H S L
Decimal 253 139 26 0 0.45 0.90 0.01 29.87 0.98 0.55
Hex FD 8B 1A 0 2D 5A 1 1E 62 37
Octal 375 213 32 0 55 132 1 36 142 67
Binary 11111101 10001011 11010 0 101101 1011010 1 11110 1100010 110111

Color Harmonies of #FD8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8B1A

Black with #FD8B1A

Text Example


Text Example

White with #FD8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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