Html Css Color HEX #FBAC0C Dark Tangerine

📋 copy color: '#FBAC0C'

red 251 ◦ green 172 ◦ blue 12

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

Shades of Dark Tangerine #FBAC0C

Tints of Dark Tangerine #FBAC0C

RGB

 RED value IS 251 (98.44% from 255) = 57.7%

 GREEN value IS 172 (67.58% from 255) = 39.54%

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 57.7%
G = 39.54%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBAC0C (or 0xFBAC0C) is known color: Dark Tangerine. HEX triplet: FB, AC and 0C. RGB value is (251,172,12). Sum of RGB (Red+Green+Blue) = 251+172+12=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAC0C is #0453F3. Grayscale: #B2B2B2. Windows color (decimal): -283636 or 830715. OLE color: 830715.

HSL color Cylindrical-coordinate representation of color #FBAC0C: hue angle of 40.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBAC0C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 172 12 -
CMYK 0 0.31 0.95 0.02
HSL 40.17º 0.97% 0.52% -
HSV(B) 40.17º 0.95% 0.98% -
XYZ 54.6 50.04 7.13 -
YUV 177.38 34.67 180.51 -
System Red Green Blue C M Y K H S L
Decimal 251 172 12 0 0.31 0.95 0.02 40.17 0.97 0.52
Hex FB AC C 0 1F 5F 2 28 61 34
Octal 373 254 14 0 37 137 2 50 141 64
Binary 11111011 10101100 1100 0 11111 1011111 10 101000 1100001 110100

Color Harmonies of #FBAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAC0C

Black with #FBAC0C

Text Example


Text Example

White with #FBAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAC0C; }

 p { color: rgb(251,172,12); }

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

background-color css

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

 a { background-color: rgb(251,172,12); }

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

border-color css

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

 span { border-color: rgb(251,172,12); }

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