Html Css Color HEX #FBA40C Dark Tangerine

📋 copy color: '#FBA40C'

red 251 ◦ green 164 ◦ blue 12

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

Shades of Dark Tangerine #FBA40C

Tints of Dark Tangerine #FBA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 58.78%
G = 38.41%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBA40C (or 0xFBA40C) is known color: Dark Tangerine. HEX triplet: FB, A4 and 0C. RGB value is (251,164,12). Sum of RGB (Red+Green+Blue) = 251+164+12=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA40C is #045BF3. Grayscale: #ADADAD. Windows color (decimal): -285684 or 828667. OLE color: 828667.

HSL color Cylindrical-coordinate representation of color #FBA40C: hue angle of 38.16º 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 #FBA40C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 12 -
CMYK 0 0.35 0.95 0.02
HSL 38.16º 0.97% 0.52% -
HSV(B) 38.16º 0.95% 0.98% -
XYZ 53.13 47.09 6.64 -
YUV 172.69 37.32 183.86 -
System Red Green Blue C M Y K H S L
Decimal 251 164 12 0 0.35 0.95 0.02 38.16 0.97 0.52
Hex FB A4 C 0 23 5F 2 26 61 34
Octal 373 244 14 0 43 137 2 46 141 64
Binary 11111011 10100100 1100 0 100011 1011111 10 100110 1100001 110100

Color Harmonies of #FBA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA40C

Black with #FBA40C

Text Example


Text Example

White with #FBA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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