Html Css Color HEX #FCB00B Dark Tangerine

📋 copy color: '#FCB00B'

red 252 ◦ green 176 ◦ blue 11

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

Shades of Dark Tangerine #FCB00B

Tints of Dark Tangerine #FCB00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

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

R = 57.4%
G = 40.09%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCB00B (or 0xFCB00B) is known color: Dark Tangerine. HEX triplet: FC, B0 and 0B. RGB value is (252,176,11). Sum of RGB (Red+Green+Blue) = 252+176+11=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB00B is #034FF4. Grayscale: #B4B4B4. Windows color (decimal): -217077 or 766204. OLE color: 766204.

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

Color convert

RGB 252 176 11 -
CMYK 0 0.30 0.96 0.01
HSL 41.08º 0.98% 0.52% -
HSV(B) 41.08º 0.96% 0.99% -
XYZ 55.73 51.77 7.37 -
YUV 179.91 32.68 179.42 -
System Red Green Blue C M Y K H S L
Decimal 252 176 11 0 0.30 0.96 0.01 41.08 0.98 0.52
Hex FC B0 B 0 1E 60 1 29 62 34
Octal 374 260 13 0 36 140 1 51 142 64
Binary 11111100 10110000 1011 0 11110 1100000 1 101001 1100010 110100

Color Harmonies of #FCB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB00B

Black with #FCB00B

Text Example


Text Example

White with #FCB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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