Html Css Color HEX #FC850B Dark Orange

📋 copy color: '#FC850B'

red 252 ◦ green 133 ◦ blue 11

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

Shades of Dark Orange #FC850B

Tints of Dark Orange #FC850B

RGB

 RED value IS 252 (98.83% from 255) = 63.64%

 GREEN value IS 133 (52.34% from 255) = 33.59%

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 63.64%
G = 33.59%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC850B (or 0xFC850B) is known color: Dark Orange. HEX triplet: FC, 85 and 0B. RGB value is (252,133,11). Sum of RGB (Red+Green+Blue) = 252+133+11=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC850B is #037AF4. Grayscale: #9B9B9B. Windows color (decimal): -228085 or 755196. OLE color: 755196.

HSL color Cylindrical-coordinate representation of color #FC850B: hue angle of 30.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC850B is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 133 11 -
CMYK 0 0.47 0.96 0.01
HSL 30.37º 0.98% 0.52% -
HSV(B) 30.37º 0.96% 0.99% -
XYZ 48.59 37.49 4.99 -
YUV 154.67 46.92 197.42 -
System Red Green Blue C M Y K H S L
Decimal 252 133 11 0 0.47 0.96 0.01 30.37 0.98 0.52
Hex FC 85 B 0 2F 60 1 1E 62 34
Octal 374 205 13 0 57 140 1 36 142 64
Binary 11111100 10000101 1011 0 101111 1100000 1 11110 1100010 110100

Color Harmonies of #FC850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC850B

Black with #FC850B

Text Example


Text Example

White with #FC850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC850B; }

 p { color: rgb(252,133,11); }

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

background-color css

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

 a { background-color: rgb(252,133,11); }

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

border-color css

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

 span { border-color: rgb(252,133,11); }

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