Html Css Color HEX #FD8F1C Carrot Orange

📋 copy color: '#FD8F1C'

red 253 ◦ green 143 ◦ blue 28

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

Shades of Carrot Orange #FD8F1C

Tints of Carrot Orange #FD8F1C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.73%

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

R = 59.67%
G = 33.73%
B = 6.6%

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

#FD8F1C (or 0xFD8F1C) is known color: Carrot Orange. HEX triplet: FD, 8F and 1C. RGB value is (253,143,28). Sum of RGB (Red+Green+Blue) = 253+143+28=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8F1C is #0270E3. Grayscale: #A3A3A3. Windows color (decimal): -159972 or 1871869. OLE color: 1871869.

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

Color convert

RGB 253 143 28 -
CMYK 0 0.43 0.89 0.01
HSL 30.67º 0.98% 0.55% -
HSV(B) 30.67º 0.89% 0.99% -
XYZ 50.54 40.61 6.27 -
YUV 162.78 51.94 192.35 -
System Red Green Blue C M Y K H S L
Decimal 253 143 28 0 0.43 0.89 0.01 30.67 0.98 0.55
Hex FD 8F 1C 0 2B 59 1 1F 62 37
Octal 375 217 34 0 53 131 1 37 142 67
Binary 11111101 10001111 11100 0 101011 1011001 1 11111 1100010 110111

Color Harmonies of #FD8F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F1C

Black with #FD8F1C

Text Example


Text Example

White with #FD8F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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